There was an error while loading. Please reload this page.
2 parents e76e36e + 7ccda3c commit e98ef24Copy full SHA for e98ef24
src/Makefile
@@ -11,7 +11,7 @@ DEBUG ?= 0
11
12
CUDA_LIB ?= $(CUDA_HOME)/lib64
13
CUDA_INC ?= $(CUDA_HOME)/include
14
-NVCC = $(CUDA_HOME)/bin/nvcc
+NVCC ?= $(CUDA_HOME)/bin/nvcc
15
CUDARTLIB ?= cudart
16
17
CUDA_VERSION = $(strip $(shell which $(NVCC) >/dev/null && $(NVCC) --version | grep release | sed 's/.*release //' | sed 's/\,.*//'))
0 commit comments