-
Notifications
You must be signed in to change notification settings - Fork 2.4k
[BACKEND] Update LLVM version to 2fe947b4 #5540
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
[BACKEND] Update LLVM version to 2fe947b4 #5540
Conversation
8eb000b to
469fb23
Compare
208dee0 to
85e6cc6
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.
I'm seeing memory access errors in our internal workloads. For OAI people the log is here.
I don't have the bandwidth to investigate further just now.
|
I have "bisected" this on A100: The failing commit is @peterbell10 I will send a PR to |
…be4e162e332428ad91 This is the most recent working commit on A100. See triton-lang#5540 (comment) for a full description.
…(comment) for a full description.
…(comment) for a full description.
ebb35f8 to
8f249f5
Compare
8f249f5 to
60d0f19
Compare
peterbell10
left a comment
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.
Looks like that was it, passing internal CI now.
|
Awesome! Thanks @makslevental for the bisecting! I'll leave @peterbell10 to approve and merge. |
The only change here is due to deprecation of `applyPatternsAndFoldGreedily`. Note, the is the last commit before llvm/llvm-project#115946 which leads to IMAs.
The only change here is due to deprecation of `applyPatternsAndFoldGreedily`. Note, the is the last commit before llvm/llvm-project#115946 which leads to IMAs.
The only change here is due to deprecation of
applyPatternsAndFoldGreedily. Note, possibly this regression is still an issue but I'm just catching up to API changes so that if/when the regression is resolved we're not overwhelmed.Note, also the commit reflects where
llvm-headis currently (so tars should be available...).