tqchen opened a new pull request, #18864: URL: https://github.com/apache/tvm/pull/18864
## Summary - Remove `FewShotTuning` pass from Relax transform (C++ implementation, Python bindings, and test file) - The pass is unused in the current codebase and can be safely removed ## Files Changed - `include/tvm/relax/transform.h` — Remove declaration - `python/tvm/relax/transform/__init__.py` — Remove from imports - `python/tvm/relax/transform/transform.py` — Remove Python function - `src/relax/transform/few_shot_tuning.cc` — Delete (C++ implementation) - `tests/python/relax/test_transform_few_shot_tuning.py` — Delete (test file) ## Test plan - [x] Build passes - [x] Pre-commit hooks pass - [x] `import tvm.relax.transform` succeeds without FewShotTuning - [x] Smoke tests pass -- 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]
