Skip to content

Commit f286711

Browse files
committed
build cuda graph runtime in gpu test
1 parent 96f94eb commit f286711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/scripts/task_config_build_gpu.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ cp ../cmake/config.cmake .
2626
echo set\(USE_CUBLAS ON\) >> config.cmake
2727
echo set\(USE_CUDNN ON\) >> config.cmake
2828
echo set\(USE_CUDA ON\) >> config.cmake
29+
echo set\(USE_GRAPH_RUNTIME_CUGRAPH ON\) >> config.cmake
2930
echo set\(USE_OPENGL ON\) >> config.cmake
3031
echo set\(USE_MICRO ON\) >> config.cmake
3132
echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake

0 commit comments

Comments
 (0)