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 2020/03/31 18:06:48 UTC

[GitHub] [incubator-tvm] trevor-m commented on issue #5195: [RELAY] Fixes to MergeCompilerRegions

trevor-m commented on issue #5195: [RELAY] Fixes to MergeCompilerRegions
URL: https://github.com/apache/incubator-tvm/pull/5195#issuecomment-606786052
 
 
   Thanks @mbaret ! This fixes the issues with resnet and other networks.
   
   I did notice however that `AnnotateRestDefault` labels the ops meant to be run in TVM as "relay.ext.default" which results in a failure during codegen since there is obviously no "default" codegen: `TVMError: Check failed: pf: Failed to find the codegen tool for relay.ext.default`. Am I supposed to do something extra to remove the default label after partitioning?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services