cconvey commented on a change in pull request #8952:
URL: https://github.com/apache/tvm/pull/8952#discussion_r723330386



##########
File path: tests/python/frontend/onnx/test_forward.py
##########
@@ -4941,7 +4941,22 @@ def verify_eyelike(indata):
     "test_mvn",
     # This test fails llvm with a lowering error:
     "test_nllloss_NCd1d2d3_none_no_weight_negative_ii_expanded",
-    "test_qlinearmatmul_2D",
+    "test_nllloss_NCd1d2d3_sum_weight_high_ii_expanded",
+    "test_nllloss_NCd1d2d3d4d5_mean_weight_expanded",
+    "test_nllloss_NCd1d2d3d4d5_none_no_weight_expanded",
+    # This nllloss test is flaky and sometimes gives NaNs
+    # Investigate it here: https://github.com/apache/tvm/issues/8918
+    "test_nllloss_NCd1d2d3_none_no_weight_negative_ii",
+    "test_pow_types_float",
+    "test_pow_types_float32_int32",
+    "test_pow_types_float32_int64",
+    "test_pow_types_float32_uint32",
+    "test_pow_types_float32_uint64",
+    "test_pow_types_int",
+    "test_pow_types_int32_float32",
+    "test_pow_types_int32_int32",
+    "test_pow_types_int64_float32",
+    "test_pow_types_int64_int64",

Review comment:
       And that rebasing will also un-disable `"test_qlinearmatmul_2D"`.




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to