From f9306cecc53b0633ef5f5b7b000802fbf0d73fe9 Mon Sep 17 00:00:00 2001 From: Dick Carter Date: Fri, 10 Apr 2020 20:34:47 -0700 Subject: [PATCH] Add sm arch 80 to Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0bf856f677bb..c75a0998a23b 100644 --- a/Makefile +++ b/Makefile @@ -431,7 +431,7 @@ endif # be JIT-compiled by the updated driver from the included PTX. ifeq ($(USE_CUDA), 1) ifeq ($(CUDA_ARCH),) - KNOWN_CUDA_ARCHS := 30 35 50 52 60 61 70 75 + KNOWN_CUDA_ARCHS := 30 35 50 52 60 61 70 75 80 # Run nvcc on a zero-length file to check architecture-level support. # Create args to include SASS in the fat binary for supported levels. CUDA_ARCH := $(foreach arch,$(KNOWN_CUDA_ARCHS), \