-
Notifications
You must be signed in to change notification settings - Fork 745
Bump to llvm/llvm-project@b959532 #18384
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
Conversation
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
5de013b
to
b315686
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.
ROCm changes LGTM
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
a38c59e
to
019b826
Compare
Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
e221a43
to
40242e8
Compare
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>
The failure with llvm/llvm-project@1387ba4 can be reproed by this test
|
@MaheshRavishankar I'd argue that that test should fail on I'm confused by why that ever passed and what the generated LLVM IR looked like |
There might be some legalization in LLVM for these types on non-supported hardware. Would be good to check. |
Recent LLVM integrate (#18384) carried a couple of reverts owing to various failures. This patch drops one of the reverts (iree-org/llvm-project@f6935c7) fixed by updating the function signature in ROCDL pipeline. --------- Signed-off-by: nithinsubbiah <nithinsubbiah@gmail.com>
Recent LLVM integrate (iree-org#18384) carried a couple of reverts owing to various failures. This patch drops one of the reverts (iree-org/llvm-project@f6935c7) fixed by updating the function signature in ROCDL pipeline. --------- Signed-off-by: nithinsubbiah <nithinsubbiah@gmail.com>
This PR contains revert of the following commits from upstream - llvm/llvm-project@b6603e1 : Causes build failure in https://github.com/llvm/torch-mlir/blob/main/lib/Dialect/Torch/Transforms/InlineGlobalSlots.cpp - iree-org/llvm-project@d7073c5 : Causes various errors with EmitC and failure in https://github.com/iree-org/iree/blob/main/compiler/src/iree/compiler/Codegen/Common/TypePropagationPass.cpp - llvm/llvm-project@1387ba4 : Causes failure in https://github.com/iree-org/iree/blob/main/compiler/src/iree/compiler/Codegen/LLVMGPU/test/rocdl_pipeline_test.mlir --------- Signed-off-by: MaheshRavishankar <mahesh.ravishankar@gmail.com>
Recent LLVM integrate (iree-org#18384) carried a couple of reverts owing to various failures. This patch drops one of the reverts (iree-org/llvm-project@f6935c7) fixed by updating the function signature in ROCDL pipeline. --------- Signed-off-by: nithinsubbiah <nithinsubbiah@gmail.com>
This PR contains revert of the following commits from upstream