comaniac commented on a change in pull request #5288: [BYOC] Refine DNNL Codegen
URL: https://github.com/apache/incubator-tvm/pull/5288#discussion_r406503687
 
 

 ##########
 File path: tests/python/relay/test_pass_partition_graph.py
 ##########
 @@ -862,7 +863,7 @@ def expected():
     test_extern_ccompiler_default_ops()
     test_extern_ccompiler()
     test_extern_dnnl()
-    test_extern_dnnl_mobilenet()
+    #test_extern_dnnl_mobilenet()
 
 Review comment:
   Ah I missed one line in this separated PR. We added `mod["main"] = 
relay.build_module.bind_params_by_name(mod["main"], params)` to this case and 
it results in the large contant tensor issue that we didn't handle it in this 
PR.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to