tqchen opened a new pull request, #19622:
URL: https://github.com/apache/tvm/pull/19622

   ## Summary
   
   The [Refactor] Phase out microTVM commit (#17554) removed the bulk of
   microTVM, but a few crumbs were left behind. This PR removes all of
   them:
   
   - `src/runtime/meta_data.h`: old snake_case header with a dmlc-based
     `FunctionInfo` struct. Replaced long ago by `src/runtime/metadata.h`
     (camelCase, `ffi::ObjectRef`-based). No file in the tree includes
     `meta_data.h`.
   
   - `src/runtime/crt/common/crt_runtime_api.c`: the sole remaining file
     in the `src/runtime/crt/` subtree. Includes `<tvm/runtime/crt/*>`
     headers that no longer exist; not picked up by any `RUNTIME_SRCS`
     glob; uncompilable in the current tree.
   
   - `cmake/utils/CRTConfig.cmake`: defines `generate_crt_config()`, which
     has no callers and references a missing `crt_config.h.template`.
   
   - `docs/conf.py`: sphinx-gallery exclusion for a tutorial file
     (`micro_mlperftiny.py`) that no longer exists; simplified the regex.
   
   No code changes elsewhere — these are all isolated leaves with zero
   callers or includers across `*.cc *.h *.c *.py *.cmake CMakeLists.txt`.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to