From 164fc118492c1a48509fb3a28d0cc2e73c443b9a Mon Sep 17 00:00:00 2001 From: prrathi <53785742+prrathi@users.noreply.github.com> Date: Tue, 16 Apr 2024 22:07:25 -0700 Subject: [PATCH] Update common.mk --- makefiles/common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makefiles/common.mk b/makefiles/common.mk index a037cf348..ac182a572 100644 --- a/makefiles/common.mk +++ b/makefiles/common.mk @@ -15,7 +15,7 @@ PROFAPI ?= 1 NVTX ?= 1 RDMA_CORE ?= 0 -NVCC = $(CUDA_HOME)/bin/nvcc +NVCC ?= $(CUDA_HOME)/bin/nvcc CUDA_LIB ?= $(CUDA_HOME)/lib64 CUDA_INC ?= $(CUDA_HOME)/include