Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 225 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 225 Bytes

Set CUDA Path and configurations

export CUDA_INSTALL_PATH=<cuda path>
source setup.sh

Compile workloads

make

Then the executable is under bin/

Clean workloads

make clean