Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[UnitTest] Removed vulkan from CI run of task_python_topi.sh #9219

Merged
merged 1 commit into from
Oct 7, 2021

Commits on Oct 7, 2021

  1. [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.
    Lunderberg committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    4cf46d8 View commit details
    Browse the repository at this point in the history