This commit is contained in:
Hieu Hoang 2017-07-26 19:10:03 +01:00
Родитель 604f2ce3ce
Коммит 1c7db11cd7
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -103,8 +103,8 @@ void CreateProgram(OpenCLInfo &openCLInfo, const std::string &filePath)
scoped_array<cl_int> binary_status(openCLInfo.numDevices);
cout << "binary_lengths=" << binary_lengths.get()[0] << endl;
cout << "openCLInfo.numDevices=" << openCLInfo.numDevices << endl;
cerr << "binary_lengths=" << binary_lengths.get()[0] << endl;
cerr << "openCLInfo.numDevices=" << openCLInfo.numDevices << endl;
openCLInfo.program = clCreateProgramWithBinary(
openCLInfo.context,