-
Notifications
You must be signed in to change notification settings - Fork 246
Always emit coopmat conversions as SPIR-V friendly IR calls #3398
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
Map all cooperative matrix type conversions to SPIR-V friendly IR calls, regardless of the environment specified. In particular, do not attempt to map such conversions to the OpenCL `convert` builtin. The SPIR-V TargetExtType is already encoded in the function suffix, so the previous translation was an odd hybrid between OpenCL and SPIR-V friendly IR.
|
/backport llvm_release_210 |
|
Attempting to create backport to |
|
/backport llvm_release_200 |
Map all cooperative matrix type conversions to SPIR-V friendly IR calls, regardless of the environment specified. In particular, do not attempt to map such conversions to the OpenCL `convert` builtin. The SPIR-V TargetExtType is already encoded in the function suffix, so the previous translation was an odd hybrid between OpenCL and SPIR-V friendly IR.
|
Success. Backport PR created: #3408 |
|
/backport llvm_release_190 |
|
/backport llvm_release_180 |
|
Attempting to create backport to |
Map all cooperative matrix type conversions to SPIR-V friendly IR calls, regardless of the environment specified. In particular, do not attempt to map such conversions to the OpenCL `convert` builtin. The SPIR-V TargetExtType is already encoded in the function suffix, so the previous translation was an odd hybrid between OpenCL and SPIR-V friendly IR.
|
Success. Backport PR created: #3409 |
|
Attempting to create backport to |
|
Backport to |
|
Attempting to create backport to |
|
Backport to |
Map all cooperative matrix type conversions to SPIR-V friendly IR calls, regardless of the environment specified.
In particular, do not attempt to map such conversions to the OpenCL
convertbuiltin. The SPIR-V TargetExtType is already encoded in the function suffix, so the previous translation was an odd hybrid between OpenCL and SPIR-V friendly IR.