Skip to content

[Turbine] Add single-writer write analysis and guarded store codegen#1287

Open
miguelcsx wants to merge 1 commit into
iree-org:mainfrom
miguelcsx:feat/single-thread
Open

[Turbine] Add single-writer write analysis and guarded store codegen#1287
miguelcsx wants to merge 1 commit into
iree-org:mainfrom
miguelcsx:feat/single-thread

Conversation

@miguelcsx

Copy link
Copy Markdown
  • Implement to determine single-writer guarantees (unique, owner predicate, or needs guard).
  • Add guarded store emission supporting owner predicate and atomic first-writer guard.
  • Add unit tests for analysis and guarded-store dispatch.
  • Expose option in codegen base options.
  • Address missing work on Summer 2025 Intern Projects #713

- Implement  to determine single-writer guarantees (unique, owner predicate, or needs guard).
- Add guarded store emission supporting owner predicate and atomic first-writer guard.
- Add unit tests for analysis and guarded-store dispatch.
- Expose  option in codegen base options.

Signed-off-by: Miguel Cárdenas <miguelecsx@gmail.com>
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