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

Conversation

Lunderberg
Copy link
Contributor

Vulkan unit tests were enabled with #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.

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
Copy link
Contributor Author

@denise-k @areusch

@masahi masahi merged commit 76aa3c8 into apache:main Oct 7, 2021
@Lunderberg Lunderberg deleted the disable_ci_topi_vulkan branch October 7, 2021 20:31
masahi pushed a commit to Laurawly/tvm-1 that referenced this pull request Oct 14, 2021
…9219)

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.
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 7, 2022
…9219)

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.
ylc pushed a commit to ylc/tvm that referenced this pull request Jan 13, 2022
…9219)

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants