From 1f60df0a5be506c858661b85ae8ff96c4c2d2c85 Mon Sep 17 00:00:00 2001 From: augustin64 Date: Mon, 13 Mar 2023 19:55:21 +0100 Subject: [PATCH] Revert 04087c3 removal of CUDA compilation --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index b688c4c..a67b15d 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ BUILDDIR := ./build SRCDIR := ./src CACHE_DIR := ./.cache -NVCC := nvcc-no +NVCC := nvcc CUDA_INCLUDE := /opt/cuda/include # Default installation path for ArchLinux, may be different NVCC_INSTALLED := $(shell command -v $(NVCC) 2> /dev/null)