Skip to content
Snippets Groups Projects
  • psychocrypt's avatar
    OpenCL: avoid out of memory access · 16da9886
    psychocrypt authored
    During the initialization of the compile parameter for OpenCL it could be that the
    fixed size buffer is to small. To avoid this we are now using `std::string`.
    There is no problem by using `std::string` because this part of code is not perfromance critical.
    16da9886