-
Notifications
You must be signed in to change notification settings - Fork 609
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
Integrate llvm-project @f1595ecfdce5387e41826fd72ff930a1a39ae398 #18897
Conversation
Max191
commented
Oct 25, 2024
•
edited
Loading
edited
- bump llvm-project to llvm/llvm-project@f1595ec
- revert iree-org/llvm-project@1004865 due to compiler failures in VectorDistribute. Tracked in [VectorDistribute] Zero dimensional vectors causing distribution failure in VectorDistribute #18955.
- bump stablehlo to openxla/stablehlo@c32f7c2
- bump torch-mlir to llvm/torch-mlir@8b0bf2e
- revert llvm/torch-mlir@55ff110 due to new onnx failures. Tracked in [CPU][ONNX] Onnx test failures after pulling in torch-mlir changes #18961
Waiting on stablehlo and torch-mlir to bump llvm, and then will bump them here to fix build failures. EDIT: Both landed and bumped. |
32fd817
to
9542b5d
Compare
Signed-off-by: Max Dawkins <[email protected]>
a46d4bd
to
bee3ab3
Compare
Signed-off-by: Max Dawkins <[email protected]>
Signed-off-by: Max Dawkins <[email protected]>
Signed-off-by: Max Dawkins <[email protected]>
Signed-off-by: Max Dawkins <[email protected]>
Signed-off-by: Max Dawkins <[email protected]>
7cf4429
to
136f18e
Compare
Signed-off-by: Max Dawkins <[email protected]>
Signed-off-by: Max Dawkins <[email protected]>
04759cd
to
b9f06af
Compare
@@ -380,6 +379,7 @@ | |||
"onnx/node/generated/test_sce_none_weights_expanded", | |||
"onnx/node/generated/test_sce_none_weights_log_prob", | |||
"onnx/node/generated/test_sce_none_weights_log_prob_expanded", | |||
"onnx/node/generated/test_shape_clip_start", |
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.
This shape test fails on top of main too, so I don't think the failure is related to the integrate. There is an issue filed in torch-mlir for this test here: llvm/torch-mlir#3841.
@Max191 this has a typo in one of the tests (tile_and_distribute_to_workgroups.mlir):
that should be
(the new ones that were added) |
Fixes a typo in a lit test that was added in #18897. Signed-off-by: Max Dawkins <[email protected]>
Build error (warning as error) on gcc: https://github.com/iree-org/iree/actions/runs/11627279570/job/32380341216#step:4:6312 |
Left a comment upstream: llvm/torch-mlir#3813 (comment) |