Skip to content

Commit 2fe5331

Browse files
authored
cleanup: retire aot-build-utils (#1354)
<!-- .github/pull_request_template.md --> ## 📌 Description This PR is a follow-up of #1345 , after #1064 , we no longer rely on [https://github.com/flashinfer-ai/flashinfer/tree/main/aot_build_utils](aot_build_utils) module for aot compilation, and the only usage of these scripts are C++ unittests/benchmarks. This PR removes this module. ## 🔍 Related Issues <!-- Link any related issues here --> ## 🚀 Pull Request Checklist Thank you for contributing to FlashInfer! Before we review your pull request, please make sure the following items are complete. ### ✅ Pre-commit Checks - [x] I have installed `pre-commit` by running `pip install pre-commit` (or used your preferred method). - [x] I have installed the hooks with `pre-commit install`. - [x] I have run the hooks manually with `pre-commit run --all-files` and fixed any reported issues. > If you are unsure about how to set up `pre-commit`, see [the pre-commit documentation](https://pre-commit.com/). ## 🧪 Tests - [ ] Tests have been added or updated as needed. - [ ] All tests are passing (`unittest`, etc.). ## Reviewer Notes cc @abcdabcd987
1 parent 68d1608 commit 2fe5331

14 files changed

+0
-1708
lines changed

aot_build_utils/__init__.py

Whitespace-only changes.

aot_build_utils/generate.py

Lines changed: 0 additions & 329 deletions
This file was deleted.

0 commit comments

Comments
 (0)