-
Notifications
You must be signed in to change notification settings - Fork 663
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
Bump to llvm/llvm-project@3f1486f #19683
Merged
Merged
Conversation
This file contains 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
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
34c932f
to
0d57e70
Compare
…ix Bazel build Signed-off-by: Krzysztof Drewniak <[email protected]>
b55de5b
to
d41b0d1
Compare
LLVM PR #121834 tries to get CPU flags from the command line options, which somehow works OK in most builds even if the flags aren't registered, but fails in ASan builds, so we revert here for now. Signed-off-by: Krzysztof Drewniak <[email protected]>
Signed-off-by: Scott Todd <[email protected]>
b5c7236
to
a745991
Compare
ea624f8
to
2ab8e4b
Compare
Signed-off-by: Krzysztof Drewniak <[email protected]>
Signed-off-by: Krzysztof Drewniak <[email protected]>
bb4e3d4
to
208ff2c
Compare
qedawkins
approved these changes
Jan 17, 2025
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.
Codegen side LGTM. I have no idea what's going on in TOSA/TF though :P
nirvedhmeshram
pushed a commit
that referenced
this pull request
Jan 20, 2025
Also carries temp patch <iree-org/torch-mlir@2debe15> from <#19683>. Signed-off-by: zjgarvey <[email protected]>
This was referenced Jan 20, 2025
ScottTodd
added a commit
to iree-org/iree-test-suites
that referenced
this pull request
Jan 20, 2025
Newly failing (as expected) after iree-org/iree#19683.
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.
New changes
.mlir[bc]
files may not work with new compiler versions. These changes will also be propagating to framework exporters/importers like TensorFlow over time, so more breaks are expected. Theiree-import-tflite
tool now reports a warning if a known-incompatible version of tensorflow is installed.Reverts
RISC-V backend
Python related changes
NVPTX changes
Updates to Torch-MLIR