File size: 274 Bytes
9b8e89d | 1 2 3 4 5 6 7 8 9 10 | cudaroot=/hpc2hdd/home/chenhaiying/software/cuda_12.8/
libdir=${cudaroot}/targets/x86_64-linux/lib
includedir=${cudaroot}/targets/x86_64-linux/include
Name: cusparse
Description: CUDA Sparse Matrix Library
Version: 12.5
Libs: -L${libdir} -lcusparse
Cflags: -I${includedir}
|