This is an automated email from the ASF dual-hosted git repository.

areusch pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new 1f6f849db2 cleanup (#11659)
1f6f849db2 is described below

commit 1f6f849db27d82e739540c031658c8f360197cdd
Author: Mehrdad Hessar <[email protected]>
AuthorDate: Tue Jun 14 11:17:58 2022 -0700

    cleanup (#11659)
---
 tests/python/contrib/test_hexagon/test_usmp.py | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/tests/python/contrib/test_hexagon/test_usmp.py 
b/tests/python/contrib/test_hexagon/test_usmp.py
index 9ae0feeaff..e9d07d1344 100644
--- a/tests/python/contrib/test_hexagon/test_usmp.py
+++ b/tests/python/contrib/test_hexagon/test_usmp.py
@@ -26,12 +26,11 @@ from tvm.relay.backend import Executor, Runtime
 from tvm.contrib.hexagon.session import Session
 from tvm.testing.usmp import is_tvm_backendallocworkspace_calls
 
-from tvm.contrib.hexagon.pytest_plugin import requires_hexagon_toolchain
 
 usmp_enabled = tvm.testing.parameter(False, True)
 
 
-@requires_hexagon_toolchain
[email protected]_hexagon
 def test_conv2d(hexagon_session: Session, aot_host_target, aot_target, 
usmp_enabled):
     dtype = "float32"
     input_shape = (1, 8, 8, 3)

Reply via email to