Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clBLAS aborts when backend is OpenCL 1.1 #343

Open
zwets opened this issue Feb 20, 2019 · 0 comments
Open

clBLAS aborts when backend is OpenCL 1.1 #343

zwets opened this issue Feb 20, 2019 · 0 comments

Comments

@zwets
Copy link

zwets commented Feb 20, 2019

Executing any of the clblasSgemm() functions in libclBLAS aborts the calling program with this error:

OpenCL error -11 [...] 
clblas-2.12/src/library/blas/xgemm.cc:244: void makeGemmKernel(_cl_kernel**, cl_command_queue, const char*, const char*, const unsigned char**, size_t*, const char*): Assertion `false' failed.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant