Commit eed3efbf authored by Robert McGibbon's avatar Robert McGibbon
Browse files

tab to space

parent 27b802cf
...@@ -88,7 +88,7 @@ OpenCLContext::OpenCLContext(const System& system, int platformIndex, int device ...@@ -88,7 +88,7 @@ OpenCLContext::OpenCLContext(const System& system, int platformIndex, int device
contextIndex = platformData.contexts.size(); contextIndex = platformData.contexts.size();
std::vector<cl::Platform> platforms; std::vector<cl::Platform> platforms;
cl::Platform::get(&platforms); cl::Platform::get(&platforms);
const int minThreadBlockSize = 32; const int minThreadBlockSize = 32;
int bestSpeed = -1; int bestSpeed = -1;
int bestDevice = -1; int bestDevice = -1;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment