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 2019/11/27 00:49:38 UTC

[GitHub] [incubator-tvm] tmoreau89 opened a new pull request #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix

tmoreau89 opened a new pull request #4433: [WIP][VTA][HotFix] Relay->VTA quantization fix
URL: https://github.com/apache/incubator-tvm/pull/4433
 
 
   This addresses a compilation bug introduced by: https://github.com/apache/incubator-tvm/pull/4295
   
   Other than interface changes to quantization pass (graph vs. module) it appears that this has broken quantization pass for VTA by inserting multiplication at the end of the layer when multiplication is not supported by VTA (and instead must rely on shift and add).
   
   Investigation in progress.
   
   @vinx13 @ZihengJiang 

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