trevor-m edited a comment 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.
   
   However now it is impossible to execute a model that is not fully offloaded 
to an external codegen.  Since`AnnotateRestDefault` labels the ops meant to be 
run in TVM as "relay.ext.default" it 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:
[email protected]


With regards,
Apache Git Services

Reply via email to