yangulei commented on code in PR #12151:
URL: https://github.com/apache/tvm/pull/12151#discussion_r931741349


##########
tests/python/contrib/test_dnnl.py:
##########
@@ -1732,4 +1771,5 @@ def generate_model(p, c):
 
 
 if __name__ == "__main__":
-    tvm.testing.main()
+    # tvm.testing.main()
+    test_conv2d_bias_sum_relu(True)

Review Comment:
   ```suggestion
       tvm.testing.main()
   
   ```



-- 
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-unsubscr...@tvm.apache.org

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

Reply via email to