Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UnitTest] Removed vulkan from CI run of task_python_topi.sh
Vulkan unit tests were enabled with apache#9093, but were only intended to run tests/python/unittest/test_target_codegen_vulkan.py. Since task_python_topi.sh did not explicitly specify `TVM_TEST_TARGETS`, it defaulted to `tvm.testing.utils.DEFAULT_TEST_TARGETS`, which includes the vulkan runtime. This commit adds an explicit specification of `TVM_TEST_TARGETS` for the topi unit tests, matching the targets enabled in the CI GPU build, but excluding vulkan.
- Loading branch information