-
Notifications
You must be signed in to change notification settings - Fork 8
Cuda support
Jiří Novotný edited this page Jul 1, 2015
·
10 revisions
What it is? TBA
- Prerequisites: properly installed CUDA version 7, directory
<CUDA>/bin
must be added in PATH environment variable - Enable CUDA support: When CMake detects CUDA (usually done automatically when CUDA is in PATH), an option
BUILD_CUDA
becomes available during CMake configuration. If this option chosen then the compiled binary will be capable on running on CUDA devices.
- Prerequisites: nVIDIA driver supporting CUDA 7 (note: I thing it must be version 350 or higher)
- disable option
useMemory
- disable option
FNC_JVM
- enable option
CUDA enabled
- ensure that
CIRCUIT_REPRESENTATION
is set to1
Note: Changing these configuration could increase or decrease the effectiveness of CUDA circuit. (Decreasing is most likely when you don't know what you are doing.)
- TBA