-
Notifications
You must be signed in to change notification settings - Fork 201
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
SPIR-V 1.4 Testing #2120
Comments
Testing for OpCopyMemory with two optional memory operands is on hold due to issues in the SPIR-V LLVM Translator, see KhronosGroup/SPIRV-LLVM-Translator#2769. |
Testing OpCopyLogical is on hold due to issues in the SPIR-V LLVM Translator, see KhronosGroup/SPIRV-LLVM-Translator#2768. |
Regarding the last item without a PR - OpSpecConstantOp support for OpUConvert - here are several possible options:
|
This isn't new functionality in "Kernel-flavour" SPIR-V 1.4 it seems. The SPIR-V specification says this for
So option 2 from your list sounds reasonable to me. |
Cool, I think all tasks are complete then, so I am closing this issue. |
This issue is intended to track testing for SPIR-V 1.4 features.
SPV_KHR_no_integer_wrap_decoration
):OpUConvert- cover as part of Missing Testing for OpSpecConstantOp #2137The text was updated successfully, but these errors were encountered: