-
Notifications
You must be signed in to change notification settings - Fork 668
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 at 73f11ac #19941
Integrate LLVM at 73f11ac #19941
Conversation
b1733b6
to
3ca98e0
Compare
…] Use explicit namespace for OpTrait. (#126286) (Scott Todd on 2025-02-07 11:04:09 -0800) (11 of 15) Signed-off-by: Benoit Jacob <[email protected]>
3ca98e0
to
bb93eb4
Compare
Signed-off-by: Benoit Jacob <[email protected]>
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.
LGTM if CI passes. Thanks!
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.
Reverting llvm/llvm-project#125789 because it breaks TorchToTosa, in torch-mlir. We will need to wait for this to be resolved in torch-mlir, then simultaneously bump torch-mlir and drop the revert.
My change that we had cherrypicked was also due to changes in TorchToTosa. We don't currently use that component from torch-mlir in IREE AFAICT but we still pull in the source files. We may want to propose/implement a TORCH_MLIR_ENABLE_TOSA
like TORCH_MLIR_ENABLE_STABLEHLO
.
Signed-off-by: Benoit Jacob <[email protected]>
Signed-off-by: Benoit Jacob <[email protected]>
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.
LGTM
Signed-off-by: Benoit Jacob <[email protected]>
Signed-off-by: Benoit Jacob <[email protected]>
We had previously cherry-picked llvm/llvm-project@73f11ac in #19939.
Now we're integrating up to that commit, so it's no longer a cherry-pick.
Reverting llvm/llvm-project#125789 because it breaks TorchToTosa, in torch-mlir. We will need to wait for this to be resolved in torch-mlir, then simultaneously bump torch-mlir and drop the revert.
Chery-pick a Bazel fix: llvm/llvm-project@4df287a