Skip to content

Commit

Permalink
Add cuda 10.2 CFLAGS path
Browse files Browse the repository at this point in the history
  • Loading branch information
torkelrogstad committed Jan 16, 2020
1 parent 288e0ea commit 300393c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cgoflags.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ package cu
//#cgo linux LDFLAGS:-L/usr/local/cuda-6.0/lib64 -L/usr/local/cuda-6.0/lib
//#cgo linux LDFLAGS:-L/usr/local/cuda-5.5/lib64 -L/usr/local/cuda-5.5/lib
//#cgo linux LDFLAGS:-L/usr/local/cuda-5.0/lib64 -L/usr/local/cuda-5.0/lib
//#cgo linux CFLAGS: -I/usr/local/cuda-10.2/include/
//#cgo linux CFLAGS: -I/usr/local/cuda-10.1/include/
//#cgo linux CFLAGS: -I/usr/local/cuda-6.0/include/
//#cgo linux CFLAGS: -I/usr/local/cuda-5.5/include/
Expand Down

0 comments on commit 300393c

Please sign in to comment.