Skip to content
Jiří Novotný edited this page Jul 1, 2015 · 10 revisions

What it is? TBA

Building

  • 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.

Running

  • Prerequisites: nVIDIA driver supporting CUDA 7 (note: I thing it must be version 350 or higher)

Configuration

  • disable option useMemory
  • disable option FNC_JVM
  • enable option CUDA enabled
  • ensure that CIRCUIT_REPRESENTATION is set to 1

Advanced Configuration

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
Clone this wiki locally