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

[TEST] Fix test_topi_batch_matmul_tensorcore.py:test_batch_matmul requirement #7294

Merged
merged 1 commit into from
Jan 16, 2021
Merged

[TEST] Fix test_topi_batch_matmul_tensorcore.py:test_batch_matmul requirement #7294

merged 1 commit into from
Jan 16, 2021

Conversation

leandron
Copy link
Contributor

@leandron leandron commented Jan 15, 2021

test_topi_batch_matmul_tensorcore.py:test_batch_matmul currently sets a requirement to "uses_gpu", which causes it to fail on cpu-only machine.

This patch changes it to be "requires_tensorcore", as per discussion on issue #7277

cc @tqchen @tkonolige

…uirement

 * this test current sets a requirement to "uses_gpu", which
   causes it to fail in cpu-only machine
 * this patch changes it to be "requires_tensorcore", as per discussion
   on issue #7277
@leandron
Copy link
Contributor Author

@tqchen can we merge this, when possible?

@tqchen tqchen merged commit 3f15d06 into apache:main Jan 16, 2021
@tqchen
Copy link
Member

tqchen commented Jan 16, 2021

Thanks @tkonolige @leandron !

@leandron leandron deleted the tensorcore_test branch January 17, 2021 11:22
masahi pushed a commit to masahi/tvm that referenced this pull request Jan 18, 2021
…uirement (apache#7294)

* this test current sets a requirement to "uses_gpu", which
   causes it to fail in cpu-only machine
 * this patch changes it to be "requires_tensorcore", as per discussion
   on issue apache#7277
TusharKanekiDey pushed a commit to TusharKanekiDey/tvm that referenced this pull request Jan 20, 2021
…uirement (apache#7294)

* this test current sets a requirement to "uses_gpu", which
   causes it to fail in cpu-only machine
 * this patch changes it to be "requires_tensorcore", as per discussion
   on issue apache#7277
trevor-m pushed a commit to neo-ai/tvm that referenced this pull request Jan 21, 2021
…uirement (apache#7294)

* this test current sets a requirement to "uses_gpu", which
   causes it to fail in cpu-only machine
 * this patch changes it to be "requires_tensorcore", as per discussion
   on issue apache#7277
electriclilies pushed a commit to electriclilies/tvm that referenced this pull request Feb 18, 2021
…uirement (apache#7294)

* this test current sets a requirement to "uses_gpu", which
   causes it to fail in cpu-only machine
 * this patch changes it to be "requires_tensorcore", as per discussion
   on issue apache#7277
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.

3 participants