Skip to content

Commit

Permalink
Enable USE_TENSORRT_CODEGEN in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Morris committed Oct 19, 2020
1 parent 4db9a64 commit 240f665
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 @@ -45,3 +45,4 @@ echo set\(USE_VTA_FSIM ON\) >> config.cmake
echo set\(USE_BLAS openblas\) >> config.cmake
echo set\(CMAKE_CXX_COMPILER g++\) >> config.cmake
echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake
echo set\(USE_TENSORRT_CODEGEN ON\) >> config.cmake

0 comments on commit 240f665

Please sign in to comment.