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
So actual error is Cannot find symbol _Z13_cl_mem_fencej in kernel library. Vortex's OpenCL implements barrier(CLK_LOCAL_MEM_FENCE) but not mem_fence(CLK_LOCAL_MEM_FENCE). mem_fence(CLK_LOCAL_MEM_FENCE) gives Cannot find symbol _Z13_cl_mem_fencej in kernel library. The error is coming from mem_fence(CLK_LOCAL_MEM_FENCE) in CLBLAS kernels. @JacobLevinson@troibe
The text was updated successfully, but these errors were encountered:
Does Vortex support and compile clBLAS lib? When I try to compile and run-simx of sample sgemm code provided by clBLAS, it gives:
To reproduce:
in CMakeLists.txt of clBLAS:
So actual error is Cannot find symbol _Z13_cl_mem_fencej in kernel library. Vortex's OpenCL implements barrier(CLK_LOCAL_MEM_FENCE) but not mem_fence(CLK_LOCAL_MEM_FENCE). mem_fence(CLK_LOCAL_MEM_FENCE) gives Cannot find symbol _Z13_cl_mem_fencej in kernel library. The error is coming from mem_fence(CLK_LOCAL_MEM_FENCE) in CLBLAS kernels. @JacobLevinson @troibe
The text was updated successfully, but these errors were encountered: