Skip to content

Commit 184bb07

Browse files
committed
fix error with missing KernelName variable
1 parent 6df2f99 commit 184bb07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library/blas/xgemm.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ void makeGemmKernel(
271271
CL_CHECK(err)
272272

273273
#ifdef AUTOGEMM_PRINT_DEBUG
274-
printf("makeGemmKernel: \"%s\" now built; returning.\n", kernelName);
274+
printf("makeGemmKernel now built; returning.\n");
275275
#endif
276276

277277
//put kernel in map

0 commit comments

Comments
 (0)