Skip to content

Commit

Permalink
build cuda graph runtime in gpu test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuochenKIDD committed Mar 16, 2021
1 parent 96f94eb commit f286711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/scripts/task_config_build_gpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ cp ../cmake/config.cmake .
echo set\(USE_CUBLAS ON\) >> config.cmake
echo set\(USE_CUDNN ON\) >> config.cmake
echo set\(USE_CUDA ON\) >> config.cmake
echo set\(USE_GRAPH_RUNTIME_CUGRAPH ON\) >> config.cmake
echo set\(USE_OPENGL ON\) >> config.cmake
echo set\(USE_MICRO ON\) >> config.cmake
echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake
Expand Down

0 comments on commit f286711

Please sign in to comment.