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

mehrdadh 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 1d5d357d69 [Hexagon] Enable broken tests (#12073)
1d5d357d69 is described below

commit 1d5d357d69ab8a0ceae047532ab778359676cda7
Author: Mehrdad Hessar <[email protected]>
AuthorDate: Tue Jul 12 15:09:58 2022 -0700

    [Hexagon] Enable broken tests (#12073)
---
 tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py | 3 ---
 tests/python/contrib/test_hexagon/topi/test_argmax_slice.py          | 3 ---
 tests/python/contrib/test_hexagon/topi/test_resize2d.py              | 3 ---
 tests/python/contrib/test_hexagon/topi/test_softmax_slice.py         | 3 ---
 4 files changed, 12 deletions(-)

diff --git 
a/tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py 
b/tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py
index 0d81260729..606aa628d0 100755
--- a/tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py
+++ b/tests/python/contrib/test_hexagon/topi/test_add_subtract_multiply.py
@@ -158,9 +158,6 @@ class TestAddSubtractMultiplyBroadcast2d:
         input_B_layout,
         op_name,
     ):
-        if hexagon_session._launcher._serial_number != "simulator":
-            pytest.skip(msg="Due to 
https://github.com/apache/tvm/issues/11957";)
-
         target_hexagon = tvm.target.hexagon("v69")
         A = te.placeholder(input_shape_A, name="A", dtype=dtype)
         B = te.placeholder(input_shape_B, name="B", dtype=dtype)
diff --git a/tests/python/contrib/test_hexagon/topi/test_argmax_slice.py 
b/tests/python/contrib/test_hexagon/topi/test_argmax_slice.py
index 5431054d2c..eaba9fafde 100644
--- a/tests/python/contrib/test_hexagon/topi/test_argmax_slice.py
+++ b/tests/python/contrib/test_hexagon/topi/test_argmax_slice.py
@@ -77,9 +77,6 @@ class TestArgMaxSlice:
         working_scope,
     ):
         """Top level testing function for argmax"""
-        if hexagon_session._launcher._serial_number != "simulator":
-            pytest.skip(msg="Due to 
https://github.com/apache/tvm/issues/11957";)
-
         target_hexagon = tvm.target.hexagon("v69")
         target = tvm.target.Target(target_hexagon, host=target_hexagon)
         argmax_input = te.placeholder(input_shape, name="A", dtype=dtype)
diff --git a/tests/python/contrib/test_hexagon/topi/test_resize2d.py 
b/tests/python/contrib/test_hexagon/topi/test_resize2d.py
index 109eb5c436..d0c2c1464a 100755
--- a/tests/python/contrib/test_hexagon/topi/test_resize2d.py
+++ b/tests/python/contrib/test_hexagon/topi/test_resize2d.py
@@ -102,9 +102,6 @@ class TestResize2d:
         method,
         hexagon_session,
     ):
-        if hexagon_session._launcher._serial_number != "simulator":
-            pytest.skip(msg="Due to 
https://github.com/apache/tvm/issues/11957";)
-
         target_hexagon = tvm.target.hexagon("v69")
         A = te.placeholder(input_shape, name="A", dtype=dtype)
 
diff --git a/tests/python/contrib/test_hexagon/topi/test_softmax_slice.py 
b/tests/python/contrib/test_hexagon/topi/test_softmax_slice.py
index a39c6cd516..9bbecdd7f8 100644
--- a/tests/python/contrib/test_hexagon/topi/test_softmax_slice.py
+++ b/tests/python/contrib/test_hexagon/topi/test_softmax_slice.py
@@ -79,9 +79,6 @@ class TestSoftmax2d(Basesoftmax2d):
         axis_sep,
         hexagon_session,
     ):
-        if hexagon_session._launcher._serial_number != "simulator":
-            pytest.skip(msg="Due to 
https://github.com/apache/tvm/issues/11957";)
-
         target_hexagon = tvm.target.hexagon(
             "v69",
             llvm_options="--disable-loop-unrolling-pass",

Reply via email to