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.
-- Reply to this email directly or view it on GitHub: https://github.com/apache/tvm-rfcs/pull/62#issuecomment-1090452019 You are receiving this because you are subscribed to this thread. Message ID: <apache/tvm-rfcs/pull/62/c1090452...@github.com>