zxybazh opened a new pull request #10368: URL: https://github.com/apache/tvm/pull/10368
Following the design of `module_pass`, we developed a mechanism, a decorator named `derived_obj`, to systematically allow derivation from TVM objects in pure Python and being passed into any language, without cyclic dependency. This PR introduces the new mechanism to all PyClasses in meta schedule. Class Migration Progress: - [x] TaskScheduler (allows hybrid mode) - [x] SpaceGenerator - [x] SearchStrategy - [x] Builder - [x] Runner - [x] RunnerFuture - [ ] Database - [ ] CostModel - [ ] Mutator - [ ] Postproc - [ ] ScheduleRule - [ ] FeatureExtractor - [ ] MeasureCallback -- 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]
