Skip to content

Commit 3271b8e

Browse files
author
Michael Boulton
committed
Merge branch 'block_jacobi' of github.com:UK-MAC/TeaLeaf_OpenCL into block_jacobi
2 parents 84d20ac + 7eb37d3 commit 3271b8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ocl_kernels.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ void CloverChunk::initProgram
2626
// if it doesn't subdivide exactly, need to make sure it doesn't go off the edge - rather expensive check
2727
if (y_max % JACOBI_BLOCK_SIZE)
2828
{
29-
options << "-DBLOCK_TOP=MIN((int)(y_max-row),(int)" << JACOBI_BLOCK_SIZE << ") ";
29+
options << "-DBLOCK_TOP=\"MIN((int)(y_max-row),(int)" << JACOBI_BLOCK_SIZE << ")\" ";
3030
}
3131
else
3232
{

0 commit comments

Comments
 (0)