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
Hi,
I know this is not the officially supported way to run clvk, but I was trying to statically link the library (OpenCL-static) to my executable.
Using the pre-compiled spirv from clspv works, but using CLBlast which compiles the kernels at runtime I get the following:
OpenCL compiler error/warning:
clspv: for the --arch option: Cannot find option named ''!
CLBlast: OpenCL error: clBuildProgram: -11
I was wondering if someone had any ideas on where the problem might be.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
I know this is not the officially supported way to run clvk, but I was trying to statically link the library (OpenCL-static) to my executable.
Using the pre-compiled spirv from clspv works, but using CLBlast which compiles the kernels at runtime I get the following:
I was wondering if someone had any ideas on where the problem might be.
Thanks!
The text was updated successfully, but these errors were encountered: