mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 08:04:25 +00:00
Configure the right CUDA path
This commit is contained in:
parent
c506f221ee
commit
7cffa2496e
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ CXXFLAGS+= -O3
|
|||
CXXFLAGS+= ${EXTRA_CXXFLAGS}
|
||||
|
||||
# Select the location of the local CUDA install
|
||||
CUDA_HOME:=/opt/cuda
|
||||
CUDA_HOME:=/usr/local/cuda-10.0
|
||||
# Specify the directory of the nvc compiler
|
||||
NVCC:=$(CUDA_HOME)/bin/nvcc
|
||||
# Specify the flags for the nvc compiler
|
||||
|
|
Loading…
Reference in a new issue