diff options
Diffstat (limited to 'math/clblas')
-rw-r--r-- | math/clblas/files/patch-src_library_blas_xgemm.cc | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/math/clblas/files/patch-src_library_blas_xgemm.cc b/math/clblas/files/patch-src_library_blas_xgemm.cc index 77fe933eedc7..4a1d9df86364 100644 --- a/math/clblas/files/patch-src_library_blas_xgemm.cc +++ b/math/clblas/files/patch-src_library_blas_xgemm.cc @@ -24,12 +24,3 @@ static char *getKernelName(cl_kernel clKernel) { -@@ -534,7 +534,7 @@ clblasGemm( - if (needRowKernel) makeGemmKernel( rowClKernel, commandQueues[0], rowKernelSource, sourceBuildOptions, &rowKernelBinary, rowKernelBinarySize, binaryBuildOptions); - if (needColKernel) makeGemmKernel( colClKernel, commandQueues[0], colKernelSource, sourceBuildOptions, &colKernelBinary, colKernelBinarySize, binaryBuildOptions); - if (needCornerKernel) makeGemmKernel(cornerClKernel, commandQueues[0], cornerKernelSource, sourceBuildOptions, &cornerKernelBinary, cornerKernelBinarySize, binaryBuildOptions); -- const size_t localWorkSize[2] = { workGroupNumRows, workGroupNumCols }; -+ const size_t localWorkSize[2] = { workGroupNumRows, workGroupNumCols };; - unsigned int numKernelsEnqueued = 0; - - /****************************************************************************** |