From 7cffa2496ed8ac112283de8b7ba099289dfc5f33 Mon Sep 17 00:00:00 2001 From: Caterina Gazzotti Date: Tue, 29 Nov 2022 08:22:51 -0500 Subject: [PATCH] Configure the right CUDA path --- atax/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atax/Makefile b/atax/Makefile index 3b8ff5b..c0d6fe9 100644 --- a/atax/Makefile +++ b/atax/Makefile @@ -9,7 +9,7 @@ CXXFLAGS+= -O3 CXXFLAGS+= ${EXTRA_CXXFLAGS} # Select the location of the local CUDA install -CUDA_HOME:=/opt/cuda +CUDA_HOME:=/usr/local/cuda-10.0 # Specify the directory of the nvc compiler NVCC:=$(CUDA_HOME)/bin/nvcc # Specify the flags for the nvc compiler