This is an automated email from the ASF dual-hosted git repository.
vega pushed a commit to branch ci-docker-staging
in repository https://gitbox.apache.org/repos/asf/tvm-vta.git
The following commit(s) were added to refs/heads/ci-docker-staging by this push:
new ea6829f update cmake variable
ea6829f is described below
commit ea6829f3ac9b3f6ebe092d2103b8e59d81af5c7c
Author: Luis Vega <[email protected]>
AuthorDate: Fri Aug 27 23:33:52 2021 +0000
update cmake variable
---
tests/scripts/task_tvm_config_build_cpu.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/scripts/task_tvm_config_build_cpu.sh
b/tests/scripts/task_tvm_config_build_cpu.sh
index e1c2126..c86d2f8 100755
--- a/tests/scripts/task_tvm_config_build_cpu.sh
+++ b/tests/scripts/task_tvm_config_build_cpu.sh
@@ -27,7 +27,7 @@ echo set\(USE_SORT ON\) >> config.cmake
echo set\(USE_MICRO ON\) >> config.cmake
echo set\(USE_MICRO_STANDALONE_RUNTIME ON\) >> config.cmake
echo set\(USE_GRAPH_RUNTIME_DEBUG ON\) >> config.cmake
-echo set\(USE_VM_PROFILER ON\) >> config.cmake
+echo set\(USE_PROFILER ON\) >> config.cmake
echo set\(USE_EXAMPLE_EXT_RUNTIME ON\) >> config.cmake
echo set\(USE_LLVM llvm-config-8\) >> config.cmake
echo set\(USE_NNPACK ON\) >> config.cmake