You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2022/09/22 16:16:48 UTC

[GitHub] [tvm] tkonolige commented on a diff in pull request #12865: [TOPI] Fix dtype legalize logic for CPU dot product instruction

tkonolige commented on code in PR #12865:
URL: https://github.com/apache/tvm/pull/12865#discussion_r977853794


##########
tests/python/relay/test_op_level2.py:
##########
@@ -2137,5 +2137,80 @@ def get_subgraph(dtype):
             np.testing.assert_allclose(out, ref, rtol=1e-5, atol=1e-5)
 
 
+@pytest.mark.skip("Requires cascadelake or ARM v8.2")

Review Comment:
   Can we make this skip dependent on the platform?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org