-
Notifications
You must be signed in to change notification settings - Fork 641
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
+45
−24
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 <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
MaheshRavishankar
force-pushed
the
shared/integrate/20250112
branch
from
January 14, 2025 01:05
34c932f
to
0d57e70
Compare
…ix Bazel build Signed-off-by: Krzysztof Drewniak <Krzysztof.Drewniak@amd.com>
krzysz00
force-pushed
the
shared/integrate/20250112
branch
from
January 16, 2025 20:55
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 <Krzysztof.Drewniak@amd.com>
Signed-off-by: Scott Todd <scott.todd0@gmail.com>
ScottTodd
force-pushed
the
shared/integrate/20250112
branch
from
January 16, 2025 22:12
b5c7236
to
a745991
Compare
krzysz00
force-pushed
the
shared/integrate/20250112
branch
from
January 17, 2025 18:58
ea624f8
to
2ab8e4b
Compare
Signed-off-by: Krzysztof Drewniak <Krzysztof.Drewniak@amd.com>
Signed-off-by: Krzysztof Drewniak <Krzysztof.Drewniak@amd.com>
krzysz00
force-pushed
the
shared/integrate/20250112
branch
from
January 17, 2025 20:10
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
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