We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
--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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
--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.
The text was updated successfully, but these errors were encountered: