-
Notifications
You must be signed in to change notification settings - Fork 13.6k
[mlir][spirv] Support index to spir-v dialect conversion #63713
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
Comments
@llvm/issue-subscribers-mlir-spirv |
Hej, I was curious if this could be an appropriate good first issue? Having a helping hand from the |
Hi @inbelic, sure thing! Feel free to reach out if you need some help with getting started or run into some issues. Happy to answer any questions, via github/email or a video call. |
Awesome, will do! |
Due to an issue when lowering from scf to spirv as there was no conversion pass for index to spirv, we are motivated to add a conversion pass from the Index dialect to the SPIR-V dialect. Furthermore, we add the new conversion patterns to the scf-to-spirv conversion. Fixes llvm#63713
Due to an issue when lowering from scf to spirv as there was no conversion pass for index to spirv, we are motivated to add a conversion pass from the Index dialect to the SPIR-V dialect. Furthermore, we add the new conversion patterns to the scf-to-spirv conversion. Fixes #63713
Due to an issue when lowering from scf to spirv as there was no conversion pass for index to spirv, we are motivated to add a conversion pass from the Index dialect to the SPIR-V dialect. Furthermore, we add the new conversion patterns to the scf-to-spirv conversion. Fixes llvm#63713
) Due to an issue when lowering from scf to spirv as there was no conversion pass for index to spirv, we are motivated to add a conversion pass from the Index dialect to the SPIR-V dialect. Furthermore, we add the new conversion patterns to the scf-to-spirv conversion. Fixes #63713 --------- Co-authored-by: Jeremy Kun <[email protected]>
Right now MLIR seems to only support index to llvm conversion. We should also support it on the spirv lowering path.
There's already one related user request / bug report on Discourse: https://discourse.llvm.org/t/need-help-in-better-understanding-scf-to-spir-v-lowering/71639:
The text was updated successfully, but these errors were encountered: