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/07/29 06:10:06 UTC

[GitHub] [tvm] crazydemo commented on a diff in pull request #12151: [BYOC-DNNL] add post_sum pattern

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


##########
tests/python/contrib/test_dnnl.py:
##########
@@ -192,6 +192,7 @@ def run_and_verify(mod, input, params, target, run_module, subgraph_num=None, te
             if use_dnnl:
                 processed_mod = partition_for_dnnl(processed_mod, params, alter_layout)
                 check_dnnl_used(processed_mod)
+                print(processed_mod)

Review Comment:
   Fixed.



-- 
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