mirror of
https://github.com/augustin64/projet-tipe
synced 2025-01-23 23:26:25 +01:00
Revert 04087c3
removal of CUDA compilation
This commit is contained in:
parent
84e05a732b
commit
1f60df0a5b
2
Makefile
2
Makefile
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user