mbaret opened a new pull request #9469: URL: https://github.com/apache/tvm/pull/9469
RFC: apache/tvm-rfcs#37 Issue: #9429 NOTE: This PR builds on top of https://github.com/apache/tvm/pull/9458 and therefore includes those changes. This PR will remain as 'draft' until the dependency is merged. A CascaderGraph augments a TE graph with additional information needed by the cascading algorithms. This includes defining a strict ordering on the operators as well as including all the Propagators needed to do the affine analysis of cascades. The CascaderGraph consists of two object types, Parts and Tensors. A Part is an augmented operator which includes the Propagators and a Tensor is similar to a TE tensor but stores additional information like compression ratio. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
