Xtra-Computing / thundersvm

ThunderSVM: A Fast SVM Library on GPUs and CPUs
Apache License 2.0
1.56k stars 217 forks source link

Compiling error (steps followed without GPU) #268

Open ismetdagli opened 1 year ago

ismetdagli commented 1 year ago

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 | ^~~~ 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 commented 9 months ago

@ismetdagli Did you find any solution for this?