-
Notifications
You must be signed in to change notification settings - Fork 820
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 <[email protected]>
5de013b to
b315686
Compare
kuhar
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.
ROCm changes LGTM
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
a38c59e to
019b826
Compare
Signed-off-by: MaheshRavishankar <[email protected]>
e221a43 to
40242e8
Compare
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
Signed-off-by: MaheshRavishankar <[email protected]>
|
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
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 <[email protected]>
This PR contains revert of the following commits from upstream