Skip to content

Commit

Permalink
Add comment for how to set the CUDA path when cuda tools are installe…
Browse files Browse the repository at this point in the history
…d by the package manager.
  • Loading branch information
jyegerlehner committed Jun 16, 2014
1 parent 6b6ab33 commit 4083716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile.config.example
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 4083716

Please sign in to comment.