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
In file included from /home/user/clSPARSE/src/library/io/mm-reader.cpp:45:
In file included from /home/user/clSPARSE/src/library/include/clSPARSE-private.hpp:26:
In file included from /home/user/clSPARSE/src/include/clSPARSE.h:37:
In file included from /home/user/clSPARSE/src/include/clSPARSE-1x.h:26:
In file included from /home/user/clSPARSE/src/include/clSPARSE-xx.h:28:
In file included from /opt/rocm/opencl/include/CL/cl.h:32:
/opt/rocm/opencl/include/CL/cl_version.h:34:9: warning: cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 220 (OpenCL 2.2) [-W#pragma-messages]
#pragma message("cl_version.h: CL_TARGET_OPENCL_VERSION is not defined. Defaulting to 220 (OpenCL 2.2)")
^
/home/user/clSPARSE/src/library/io/mm-reader.cpp:123:16: error: non-const lvalue reference to type 'char' cannot bind to a value of unrelated type 'char [4]'
return Typecode;
^~~~~~~~
1 warning and 1 error generated when compiling for gfx1030.
make[2]: *** [library/CMakeFiles/clSPARSE.dir/build.make:80: library/CMakeFiles/clSPARSE.dir/io/mm-reader.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:244: library/CMakeFiles/clSPARSE.dir/all] Error 2
make: *** [Makefile:152: all] Error 2
I googled but no result, so I come here.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, I am ready to try clSPARSE an Ubuntu 20.04, and I installed AMD ROCm,
then do
And I get some error message,
then I do
set PATH
then do
but I can't build still.
It shows message below
I googled but no result, so I come here.
Thanks.
The text was updated successfully, but these errors were encountered: