Update Makefile
another refactor
This commit is contained in:
parent
21e15f8b88
commit
29b084c072
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -646,7 +646,7 @@ CUDA_VERSION := $(shell $(NVCC) --version | grep -oP 'release (\K[0-9]+\.[0-9])'
|
||||||
ifeq ($(shell awk -v "v=$(CUDA_VERSION)" 'BEGIN { print (v < 11.7) }'),1)
|
ifeq ($(shell awk -v "v=$(CUDA_VERSION)" 'BEGIN { print (v < 11.7) }'),1)
|
||||||
ifndef CUDA_DOCKER_ARCH
|
ifndef CUDA_DOCKER_ARCH
|
||||||
ifndef CUDA_POWER_ARCH
|
ifndef CUDA_POWER_ARCH
|
||||||
$(error I ERROR: To address this error for CUDA versions earlier than 11.7, you must specify your GPU's compute capability. Run "export CUDA_DOCKER_ARCH=compute_XX", replacing XX with your GPU's compute capability number. For assistance in finding your GPU's compute capability, visit "https://developer.nvidia.com/cuda-gpus")
|
$(error I ERROR: For CUDA versions < 11.7 a target CUDA architecture must be explicitly provided via running "export CUDA_DOCKER_ARCH=compute_XX", replacing XX with your GPU's compute capability number. For assistance in finding your GPU's compute capability, visit "https://developer.nvidia.com/cuda-gpus")
|
||||||
endif # CUDA_POWER_ARCH
|
endif # CUDA_POWER_ARCH
|
||||||
endif # CUDA_DOCKER_ARCH
|
endif # CUDA_DOCKER_ARCH
|
||||||
endif # eq ($(shell echo "$(CUDA_VERSION) < 11.7" | bc),1)
|
endif # eq ($(shell echo "$(CUDA_VERSION) < 11.7" | bc),1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue