We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 84d20ac + 7eb37d3 commit 3271b8eCopy full SHA for 3271b8e
ocl_kernels.cpp
@@ -26,7 +26,7 @@ void CloverChunk::initProgram
26
// if it doesn't subdivide exactly, need to make sure it doesn't go off the edge - rather expensive check
27
if (y_max % JACOBI_BLOCK_SIZE)
28
{
29
- options << "-DBLOCK_TOP=MIN((int)(y_max-row),(int)" << JACOBI_BLOCK_SIZE << ") ";
+ options << "-DBLOCK_TOP=\"MIN((int)(y_max-row),(int)" << JACOBI_BLOCK_SIZE << ")\" ";
30
}
31
else
32
0 commit comments