We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38b342a commit 1795886Copy full SHA for 1795886
src/library/blas/gens/clTemplates/sgemm_hawaiiSplitKernel.cl
@@ -98,7 +98,7 @@ __kernel void sgemm_NT_96_96_16_16x16_6x6__ALPHABETA_SPLIT_MAIN( __global float
98
//{
99
__local float* plA = lA + idy*97+idx;
100
__local float* plB = lB + idy*97+idx;
101
- // barrier(CLK_LOCAL_MEM_FENCE);
+ barrier(CLK_LOCAL_MEM_FENCE);
102
plB[0] = B[0+0*ldb];
103
plB[16] = B[16+0*ldb];
104
plB[32] = B[32+0*ldb];
0 commit comments