Conversation
Collaborator
ChaoWao
commented
Jan 29, 2026
- Refactor kernel_add to use PTO tile-based operations
- Rename compile_kernel to compile_incore and add integration tests
- Add RuntimeBuilder and reorganize runtime code structure
- Add python/runtime_builder.py for building runtime from orchestration functions - Add orchestration example (example_orch.cpp/h) demonstrating task graph building - Reorganize runtime code into src/runtime/host_build_graph/ directory - Update CI script to run pytest tests before examples - Add tests/test_runtime_builder.py for RuntimeBuilder testing Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Rename PTOCompiler.compile_kernel() to compile_incore() for clarity - Update example/main.py to use the new method name - Add integration tests for RuntimeBuilder with real Ascend compilation Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Replace simple for-loop implementation with tile-based approach using GlobalTensor, Tile, and synchronization events for optimized tensor addition on AI accelerators. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
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.