From 95d000153dc668bf86f24eb46e8982701fa7c59a Mon Sep 17 00:00:00 2001 From: Noiredd Date: Tue, 28 Nov 2017 11:00:51 +0100 Subject: Makefile example comments for CUDA 9.0 compatibility --- Makefile.config.example | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.config.example b/Makefile.config.example index d552b38a..79905935 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -33,6 +33,7 @@ CUDA_DIR := /usr/local/cuda # CUDA architecture setting: going with all of them. # For CUDA < 6.0, comment the *_50 through *_61 lines for compatibility. # For CUDA < 8.0, comment the *_60 and *_61 lines for compatibility. +# For CUDA >= 9.0, comment the *_20 and *_21 lines for compatibility. CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \ -gencode arch=compute_20,code=sm_21 \ -gencode arch=compute_30,code=sm_30 \ -- cgit v1.2.3