mbs-octoml commented on PR #62: URL: https://github.com/apache/tvm-rfcs/pull/62#issuecomment-1090452019
Thanks @areusch. > (tvm's present FuseOps pass is greedy and always combines kernels, but MetaScheduler does not necessarily Just a small clarrification: TVM's FuseOps is greedy but CollagePartitioner may require measuring (and thus tuning) many more TVM partitions/kernels. For autotvm this isn't a big deal since autotvm task extraction only considers single ops. But for metaschedule whatever is presented as a Primitive is considered the unit of tuning. -- 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]
