File size: 297 Bytes
184d68f
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
cudaroot=/mnt/weka/home/yongxin.wang/cuda-12.4/
libdir=${cudaroot}/targets/x86_64-linux/lib
includedir=${cudaroot}/targets/x86_64-linux/include

Name: cusolver
Description: A LAPACK-like library on dense and sparse linear algebra
Version: 11.6
Libs: -L${libdir} -lcusolver
Cflags: -I${includedir}