-
Notifications
You must be signed in to change notification settings - Fork 25
Bump water LLVM to 478e45fb94e541dfd3a53a23bbc8ed98337b8a77 #446
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps the water LLVM dependency to commit 478e45fb94e541dfd3a53a23bbc8ed98337b8a77 and updates the codebase to accommodate API changes in the new LLVM version.
Key Changes:
- Updated successor interface signatures from
RegionBranchPointtoRegionSuccessorparameters - Migrated
amdgpu.mfmasyntax from separate attribute format to compact dimension format (e.g.,32x32x16) - Updated test expectations to account for new
arith.andiconstant folding optimizations that eliminate redundant operations
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| water/llvm-sha.txt | Updates LLVM commit SHA to 478e45fb94e541dfd3a53a23bbc8ed98337b8a77 |
| water/lib/Dialect/Wave/IR/WaveOps.cpp | Updates successor interface method signatures for IterateOp and YieldOp to use RegionSuccessor instead of RegionBranchPoint |
| water/test/Transforms/lowered_gemm_pipelined.mlir | Updates amdgpu.mfma test expectations to use new compact dimension syntax (32x32x16) |
| water/test/Dialect/Wave/lower-wave-to-mlir.mlir | Updates all amdgpu.mfma CHECK patterns across multiple MMA kinds to use new dimension syntax |
| water/test/Transforms/assert-in-bounds.mlir | Updates test expectations to reflect arith.andi constant folding that eliminates redundant AND operations with true |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
e81fe0d to
bff0792
Compare
- increase version requirement for nanobind to reflect MLIR requirements for stubgen - work around the bug in MLIR installation not including the generated stubs by pre-generating them - update successor interfaces - update amdgpu.mfma syntax - account for arith.andi folder that prevents the operation from being created in the first place Signed-off-by: Alex Zinenko <[email protected]>
bff0792 to
9587a3d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Copilot reviewed 7 out of 7 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
for stubgen
stubs by pre-generating them
created in the first place