You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2021/05/22 00:31:49 UTC

[tvm] branch main updated: Remove clang-7 requirement for vulkan. (#8107)

This is an automated email from the ASF dual-hosted git repository.

masahi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 2f29679  Remove clang-7 requirement for vulkan. (#8107)
2f29679 is described below

commit 2f29679e8f2c24c7b8faab824654a1ee1290f7bb
Author: Andrew Reusch <ar...@octoml.ai>
AuthorDate: Fri May 21 17:30:27 2021 -0700

    Remove clang-7 requirement for vulkan. (#8107)
    
    * Breaks build with new 18.04 ci-gpu docker container.
---
 tests/scripts/task_config_build_gpu_vulkan.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/scripts/task_config_build_gpu_vulkan.sh b/tests/scripts/task_config_build_gpu_vulkan.sh
index f12d0f9..17d1139 100755
--- a/tests/scripts/task_config_build_gpu_vulkan.sh
+++ b/tests/scripts/task_config_build_gpu_vulkan.sh
@@ -29,5 +29,4 @@ echo set\(USE_VULKAN ON\) >> config.cmake
 echo set\(USE_MICRO ON\) >> config.cmake
 echo set\(USE_PROFILER ON\) >> config.cmake
 echo set\(USE_LIBBACKTRACE OFF\) >> config.cmake
-echo set\(CMAKE_CXX_COMPILER clang-7\) >> config.cmake
 echo set\(CMAKE_CXX_FLAGS -Werror\) >> config.cmake