Skip to content

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.

2 participants