Skip to content

Commit

Permalink
[CI] Use LLVM17 for tests on ci_cpu
Browse files Browse the repository at this point in the history
Changes the config script to build TVM with LLVM17. This enables tests
for apache#16921.

Change-Id: Ibfba153c7c9bb399d22d9ad6bd6569c59a1d5648
  • Loading branch information
lhutton1 committed Apr 25, 2024
1 parent 39f2482 commit e13c394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/task_config_build_cpu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake
echo set\(USE_PROFILER ON\) >> config.cmake
echo set\(USE_DNNL ON\) >> config.cmake
echo set\(USE_ARM_COMPUTE_LIB ON\) >> config.cmake
echo set\(USE_LLVM \"/usr/bin/llvm-config-15 --link-static\"\) >> config.cmake
echo set\(USE_LLVM \"/usr/bin/llvm-config-17 --link-static\"\) >> config.cmake
echo set\(USE_NNPACK ON\) >> config.cmake
echo set\(NNPACK_PATH /NNPACK/build/\) >> config.cmake
echo set\(USE_ANTLR ON\) >> config.cmake
Expand Down

0 comments on commit e13c394

Please sign in to comment.