Revert 04087c3 removal of CUDA compilation

This commit is contained in:
augustin64 2023-03-13 19:55:21 +01:00
parent 84e05a732b
commit 1f60df0a5b

View File

@ -1,7 +1,7 @@
BUILDDIR := ./build BUILDDIR := ./build
SRCDIR := ./src SRCDIR := ./src
CACHE_DIR := ./.cache CACHE_DIR := ./.cache
NVCC := nvcc-no NVCC := nvcc
CUDA_INCLUDE := /opt/cuda/include # Default installation path for ArchLinux, may be different CUDA_INCLUDE := /opt/cuda/include # Default installation path for ArchLinux, may be different
NVCC_INSTALLED := $(shell command -v $(NVCC) 2> /dev/null) NVCC_INSTALLED := $(shell command -v $(NVCC) 2> /dev/null)