tkonolige opened a new pull request #10455: URL: https://github.com/apache/tvm/pull/10455
Allow users to directly extract features from a PrimFunc. Extracted features can be used to get an estimate of flops, memory load size, or arithmetic intensity of a PrimFunc. I've improved support to handle PrimFuncs created from a full lowering pass in addition to the limited lowering that auto_scheduler uses. Also fix feature extraction to correctly measure the number of arithmetic operations width vector datatypes. This change will not change features used by auto_scheduler's cost models. @junrushao1994 @merrymercy @masahi -- 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]
