blob: 5c9c7184118682bf67aa7ef8691e3ab4723d180a (
plain)
1
2
3
4
5
6
7
8
9
|
cudaroot=/opt/cuda
libdir=${cudaroot}/targets/x86_64-linux/lib
includedir=${cudaroot}/targets/x86_64-linux/include
Name: cublas
Description: CUDA BLAS Library
Version: 12.5
Libs: -L${libdir} -lcublas
Cflags: -I${includedir}
|