Skip to content

chore: remove generator ATen entrypoints#39

Merged
booth-algo merged 1 commit into
mainfrom
chore/generator-entrypoint-polish
May 13, 2026
Merged

chore: remove generator ATen entrypoints#39
booth-algo merged 1 commit into
mainfrom
chore/generator-entrypoint-polish

Conversation

@booth-algo
Copy link
Copy Markdown
Collaborator

Summary

  • Removes the remaining generator-owned ATen entrypoints: generator.runner aten and generator.aten_runner.
  • Keeps ATen e2e under the canonical python -m compiler.aten.e2e_runner path.
  • Deletes stale standalone generator project scaffolding: generator/pyproject.toml, generator/uv.lock, and generator/justfile.
  • Refreshes generator/README.md to document only symbolic codegen and utilization analysis.

Validation

  • rg audit for stale generator ATen entrypoint references
  • python -m compileall generator/runner.py
  • RUFF_CACHE_DIR=/tmp/plena-compiler-ruff-cache ruff check generator/runner.py
  • python -m generator.runner --help
  • python -m generator.runner aten ... now fails as invalid choice
  • python -m generator.aten_runner --help now fails because alias module is removed
  • python -m compiler.aten.e2e_runner --help
  • git diff --check

@booth-algo booth-algo merged commit b01ef76 into main May 13, 2026
3 checks passed
@booth-algo booth-algo deleted the chore/generator-entrypoint-polish branch May 13, 2026 16:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant