blob: b14caa49d4abf8a45295969290edd3f7d6b8cc5e (
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: nppial
Description: NVIDIA Performance Primitives - Image Processing - Arithmetic and Logic
Version: 11.1
Libs: -L${libdir} -lnppial
Cflags: -I${includedir}
|