thundersvm
thundersvm copied to clipboard
Compiling error (steps followed without GPU)
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
@ismetdagli Did you find any solution for this?