This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch v0.6
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/v0.6 by this push:
new baabee5 Fix v0.6 CI (#5832)
baabee5 is described below
commit baabee5eadef38f72c00c041901d53a6d191fe3a
Author: Tianqi Chen <[email protected]>
AuthorDate: Tue Jun 16 19:18:02 2020 -0700
Fix v0.6 CI (#5832)
---
Jenkinsfile | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index b5dbcee..f9d89dd 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -171,22 +171,6 @@ stage('Build') {
"""
make(ci_gpu, 'build', '-j2')
pack_lib('gpu', tvm_multilib)
- // compiler test
- sh """
- mkdir -p build2
- cd build2
- cp ../cmake/config.cmake .
- echo set\\(USE_OPENCL ON\\) >> config.cmake
- echo set\\(USE_ROCM ON\\) >> config.cmake
- echo set\\(USE_VULKAN ON\\) >> config.cmake
- echo set\\(USE_MICRO ON\\) >> config.cmake
- echo set\\(USE_GRAPH_RUNTIME_DEBUG ON\\) >> config.cmake
- echo set\\(USE_VM_PROFILER ON\\) >> config.cmake
- echo set\\(USE_EXAMPLE_EXT_RUNTIME ON\\) >> config.cmake
- echo set\\(CMAKE_CXX_COMPILER clang-7\\) >> config.cmake
- echo set\\(CMAKE_CXX_FLAGS -Werror\\) >> config.cmake
- """
- make(ci_gpu, 'build2', '-j2')
}
}
},