zhiics opened a new pull request #5310: [BYOC] Enhance partitioning and external codegen URL: https://github.com/apache/incubator-tvm/pull/5310 This PR - Removes the duplicated outputs to the followed subgraphs. Previously, there would be two outputs from A to (B, C) if both B and C use the output from A where actually one is enough. - Enables MobileNet test on DNNL by allocating the large constant array on the static section instead of the heap and then assigning then one by one. Note the compilation time would be slightly longer (< 2mins on a P2 instance). - Fixes the way we used to save the intermediate output by directly caching and returning it in the post order way. @comaniac @masahi @soiferj @manupa-arm @trevor-m
---------------------------------------------------------------- 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
