[codex] Update PTODSL public API docs and surface#5
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ptohelpers, a package-levelmicromodule, and missing dtype aliasesWhy
The repo had recent PTODSL and A5 upgrades, but the top-level documentation and package exports had drifted behind the code. The package root did not expose
micro, the publicptosurface was missing the newer pythonic tensor/tile builders, and some dtype aliases used by the newer A5 code were not available through the shared surface.Impact
ptodsl.ptoandptodsl.microsurfaces directlyptofacade interoperate with the existing low-level tile opsValidation
PYTHONPATH=/Users/zhoubot/github/.llvm-19.1.7/build-mlir-py312/tools/mlir/python_packages/mlir_core:/Users/zhoubot/github/pto-org/PTOAS/install-src312:/Users/zhoubot/github/pto-org/PTOAS/build-src312/python /Users/zhoubot/github/.venv-ptoas-src312/bin/python -m pytest -q tests/frontend tests/regression70 passed in 1.04s