You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This occurs for OpenCL 1.1 backends only. It is caused by the -cl-std=CL1.2 build option being passed to makeGemmKernel(). I have submitted PR #342 which resolves this issue.
The text was updated successfully, but these errors were encountered:
Executing any of the
clblasSgemm()
functions in libclBLAS aborts the calling program with this error:This occurs for OpenCL 1.1 backends only. It is caused by the
-cl-std=CL1.2
build option being passed tomakeGemmKernel()
. I have submitted PR #342 which resolves this issue.The text was updated successfully, but these errors were encountered: