Skip to content
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

Index lowering failure in upstream ArithToSpirv #534

Open
mdvoretc-intel opened this issue Nov 28, 2022 · 0 comments
Open

Index lowering failure in upstream ArithToSpirv #534

mdvoretc-intel opened this issue Nov 28, 2022 · 0 comments
Labels
bug Something isn't working CORE_MLIR_COMPILER

Comments

@mdvoretc-intel
Copy link

mdvoretc-intel commented Nov 28, 2022

--imex-convert-gpu-to-spirv fails when dealing with arith.constant ops of index type, as they're lowered to i64 and not truncated per llvm/llvm-project@c064545#diff-c6575b385a62b9b39e7318036e7efb21dc26fd42f7a984adfc4e8284df22b849, causing type failures. See https://jira.devtools.intel.com/projects/MLIRGPU/issues/MLIRGPU-16 for specific example.

@mdvoretc-intel mdvoretc-intel added bug Something isn't working CORE_MLIR_COMPILER labels Nov 28, 2022
@mshahneo mshahneo assigned mshahneo and unassigned mshahneo Nov 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CORE_MLIR_COMPILER
Projects
None yet
Development

No branches or pull requests

2 participants