Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 315 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 315 Bytes

cuda-manager-sandbox

Sandbox for a system that:

  • Handles communication with the CUDA driver
  • Performs runtime compilation of CUDA kernels
  • Manages CUDA devices
  • Launches CUDA kernels

Installation:

  • clone
  • cd cuda-manager-sandbox
  • ./setup.sh
  • mkdir build
  • cd build
  • cmake ..
  • make
  • sudo make install