Skip to content

Commit 90ad0a2

Browse files
committed
Merge pull request #249 from hughperkins/missing-kernelname
fix error with missing KernelName variable
2 parents 6df2f99 + 184bb07 commit 90ad0a2

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)