2
0

Merge pull request #135 from aavbsouza/fix_nvcc_variable_handling

fix handling of variable NVCC. 

[ROCm/rccl-tests commit: e98ef24bc0]
Este cometimento está contido em:
Sylvain Jeaugey
2023-03-27 11:14:10 +02:00
cometido por GitHub
ascendente f5512c6a2e 4fd5ceeba8
cometimento 5244aae891
+1 -1
Ver ficheiro
@@ -11,7 +11,7 @@ DEBUG ?= 0
CUDA_LIB ?= $(CUDA_HOME)/lib64
CUDA_INC ?= $(CUDA_HOME)/include
NVCC = $(CUDA_HOME)/bin/nvcc
NVCC ?= $(CUDA_HOME)/bin/nvcc
CUDARTLIB ?= cudart
CUDA_VERSION = $(strip $(shell which $(NVCC) >/dev/null && $(NVCC) --version | grep release | sed 's/.*release //' | sed 's/\,.*//'))