fix(loop): support shape-changing loop carriers - #689
Draft
fhanuman wants to merge 1 commit into
Draft
Conversation
|
Thanks for opening a PR! This project follows LLVM's incremental-development and AI-tool-use Before requesting review, please check that:
Reviewers are assigned through |
fhanuman
force-pushed
the
pr/shape-stack-03b-loop-carriers
branch
from
August 10, 2026 22:29
ba7f7c0 to
32c6615
Compare
L2 Accuracy Results (EP vs CPU)
Threshold: 0.01 | Run: 3871 - Commit: |
MorphiZen EP Performance Results
EPContext Export Performance
OGA Benchmark Results
OGA Wheel Smoke (Python benchmark_e2e.py)
Run: 3871 - Commit: |
fhanuman
force-pushed
the
pr/shape-stack-03b-loop-carriers
branch
from
August 10, 2026 23:33
32c6615 to
08c707b
Compare
Return loop-carried descriptors through per-invocation double-buffered frames so exact zero and dynamic seeds can evolve safely without aliasing immutable initialization storage. Co-Authored-By: GPT-5.6 Sol <noreply@openai.com> Made-with: Cursor
fhanuman
force-pushed
the
pr/shape-stack-03b-loop-carriers
branch
from
August 11, 2026 00:42
08c707b to
ea7ac75
Compare
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
Support shape-changing ranked Loop carriers without aliasing results to immutable initialization storage.
Stack
This is PR 6 of 12 and depends on PR 5:
AI assistance
AI tools assisted with the loop ABI implementation and stack reconstruction. The changes were checked with the authoritative local build, focused compiler/runtime tests, and strict loop numerics.
Made with Cursor