-
Notifications
You must be signed in to change notification settings - Fork 346
LLVM update 43d71ba #3086
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
base: main
Are you sure you want to change the base?
LLVM update 43d71ba #3086
Conversation
7a108f7
to
599ab54
Compare
845bce1
to
73368d5
Compare
@AlexandreEichenberger -- this seems like a rather large update, so I could use some help. There were a lot of TOSA dialect changes, and I am going through lit tests now and updating them (no problems there so far) -- should be done today hopefully. The However, most of the backend tests fail, e.g., in the |
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
73368d5
to
09ca5c1
Compare
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
… machines Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
@jorickert thanks for helping with the TOSA related updates. |
Signed-off-by: Boyana Norris <[email protected]>
Signed-off-by: Boyana Norris <[email protected]>
Thanks! I did have everything passing locally, but the stablehlo build failed CI. So I updated the llvm and stablehlo versions again, which brought in another pile of TOSA changes; everything builds but I have not had a chance to update all the lit tests yet. |
@brnorris03 we are creating a new release for onnx-mlir, 0.5.0 and would like to hold off on the llvm-stablehlo upgrade for now. FYI @AlexandreEichenberger |
What does that mean exactly? Wait and rebase later? Or close this and let someone else redo later? It's a huge update because of the TOSA changes, so I am probably not going to have time to do another one from scratch. |
@brnorris03 Yeah, let's wait and attempt to merge into the main after 0.5.0 is created, I expect it to be in the next 1-2 weeks. Hopefully that will not block this pr. |
@brnorris03 0.5.0 branch is created. Pls feel free to merge this pr now into |
…ft is an int8 Signed-off-by: Rickert, Jonas <[email protected]>
Signed-off-by: Rickert, Jonas <[email protected]>
Signed-off-by: Rickert, Jonas <[email protected]>
…stead of using the calculated numerator/denominator Signed-off-by: Rickert, Jonas <[email protected]>
Signed-off-by: Rickert, Jonas <[email protected]>
…to tosa Signed-off-by: Rickert, Jonas <[email protected]>
Signed-off-by: Rickert, Jonas <[email protected]>
Signed-off-by: Rickert, Jonas <[email protected]>
…tion Signed-off-by: Tung D. Le <[email protected]>
Signed-off-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: logeshwaranmcw <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>
Signed-off-by: Christopher Munoz <[email protected]>
…nnx#3148) Signed-off-by: Alexandre Eichenberger <[email protected]>
…tterns (onnx#3140) Signed-off-by: Alexandre Eichenberger <[email protected]>
* changes Signed-off-by: Chen Tong <[email protected]> * format Signed-off-by: Chen Tong <[email protected]> * linkage Signed-off-by: Chen Tong <[email protected]> * lib Signed-off-by: Chen Tong <[email protected]> --------- Signed-off-by: Chen Tong <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>
a656f29
to
0c5b71b
Compare
Signed-off-by: Tung D. Le <[email protected]>
Signed-off-by: Tung D. Le <[email protected]>
@jorickert I fixed some errors on Jenkins Linux s390x. I also attempted to fix the DCO issue due to some commits not being signed off, but I haven't succeeded yet. If you know how to resolve this, please do so. Otherwise, we may need to force it to pass by pressing the 'Set DCO Pass' button. |
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.
@tungld Thanks for making this work on s390x. Regarding the DCO check. According to the instructions in https://hackmd.io/@James-Ebert/HyYOcRAXo it is possible to update them via rebase, but as multiple commits have wrong/missing signoff this could be a bit difficult (and I'm not really comfortable with adjusting the |
Let me know if its ready to merge @jorickert |
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, thanks to everyone helping with this bump
@brnorris03 are you fine with this PR being merged? |
@brnorris03 Could you please take a look if this PR is fine for you, so we can merge it? Thank you |
LLVM: llvm/llvm-project@43d71ba
Stablehlo: openxla/stablehlo@5e9b356 (v1.9.4)