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

   ## Summary
   - Remove the MSC (Multi-System Compiler) contrib module entirely
   - MSC is self-contained with zero cross-references from core TVM
   - 246 files deleted, ~57,500 lines removed
   
   ## Changes
   - Delete `python/tvm/contrib/msc/`, `src/contrib/msc/`, 
`src/runtime/contrib/msc/`, `tests/python/contrib/test_msc/`
   - Delete `cmake/modules/contrib/MSC.cmake`
   - Remove `USE_MSC` from `CMakeLists.txt`, `cmake/config.cmake`, 
`cmake/modules/LibInfo.cmake`, `src/support/libinfo.cc`
   - Remove MSC per-file-ignores from `pyproject.toml`
   - MSCCLPP and USE_MSCCL are untouched (unrelated modules)
   
   ## Test plan
   - [x] Grep confirms zero `contrib/msc` or `USE_MSC` references remain
   - [x] `pre-commit run --all-files` passes
   - [ ] CI build succeeds
   - [ ] `import tvm; import tvm.contrib` works


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