We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
@ismetdagli Did you find any solution for this?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: