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

Compiling error (steps followed without GPU) #268

Open
ismetdagli opened this issue Aug 24, 2023 · 1 comment
Open

Compiling error (steps followed without GPU) #268

ismetdagli opened this issue Aug 24, 2023 · 1 comment

Comments

@ismetdagli
Copy link

Error message:
Scanning dependencies of target thundersvm
[ 3%] Building CXX object src/thundersvm/CMakeFiles/thundersvm.dir/kernelmatrix.cpp.o
/home/ismetdagli/concrete_tool_wear/thundersvm_cpu/src/thundersvm/kernelmatrix.cpp:7:10: fatal error: cusparse.h: No such file or directory
7 | #include <cusparse.h>
| ^~~~~~~~~~~~
compilation terminated.
make[2]: *** [src/thundersvm/CMakeFiles/thundersvm.dir/build.make:89: src/thundersvm/CMakeFiles/thundersvm.dir/kernelmatrix.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:152: src/thundersvm/CMakeFiles/thundersvm.dir/all] Error 2
make: *** [Makefile:130: all] Error 2

Steps followed:
-git clone https://github.com/Xtra-Computing/thundersvm.git
-git submodule init eigen && git submodule update
-mkdir build && cd build && cmake -DUSE_CUDA=OFF .. && make -j

Target device:
NVIDIA Orin AGX

@anirudhpm
Copy link

@ismetdagli Did you find any solution for this?

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

2 participants