From 2278389ef9ac9231349440aa68f9544ddc69cdc7 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Wed, 9 Oct 2024 13:37:08 +0200 Subject: [PATCH] fix: sm_37 for nvcc Signed-off-by: Raito Bezarius --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2ccb750..70dfd9b 100644 --- a/Makefile +++ b/Makefile @@ -537,7 +537,7 @@ endif #GGML_CUDA_NVCC ifdef CUDA_DOCKER_ARCH MK_NVCCFLAGS += -Wno-deprecated-gpu-targets -arch=$(CUDA_DOCKER_ARCH) else ifndef CUDA_POWER_ARCH - MK_NVCCFLAGS += -arch=native + MK_NVCCFLAGS += -arch=sm_37 endif # CUDA_DOCKER_ARCH ifdef GGML_CUDA_FORCE_DMMV -- 2.46.0