From 40837161e382812b331213f9694fa529b4ae7a4b Mon Sep 17 00:00:00 2001 From: leelurch Date: Sun, 15 Jun 2014 20:07:04 -0500 Subject: [PATCH] Add comment for how to set the CUDA path when cuda tools are installed by the package manager. --- Makefile.config.example | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.config.example b/Makefile.config.example index f9d8be8..9754129 100644 --- a/Makefile.config.example +++ b/Makefile.config.example @@ -3,6 +3,9 @@ # CUDA directory contains bin/ and lib/ directories that we need. CUDA_DIR := /usr/local/cuda +# On Ubuntu 14.04, if cuda tools are installed via +# "sudo apt-get install nvidia-cuda-toolkit" then use this instead: +# CUDA_DIR := /usr # CUDA architecture setting: going with all of them. CUDA_ARCH := -gencode arch=compute_20,code=sm_20 \ -- 2.7.4