mirror of
https://github.com/Steffo99/unimore-hpc-assignments.git
synced 2024-11-22 16:14:24 +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}
|
CXXFLAGS+= ${EXTRA_CXXFLAGS}
|
||||||
|
|
||||||
# Select the location of the local CUDA install
|
# 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
|
# Specify the directory of the nvc compiler
|
||||||
NVCC:=$(CUDA_HOME)/bin/nvcc
|
NVCC:=$(CUDA_HOME)/bin/nvcc
|
||||||
# Specify the flags for the nvc compiler
|
# Specify the flags for the nvc compiler
|
||||||
|
|
Loading…
Reference in a new issue