You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DotProduct and associated instructions may now be available without SPV_KHR_integer_dot_product.
"NonSemantic" extended instruction sets are available. Not defining a task for this, because it should probably be tested as part of the non-semantic instruction set itself.
Restrictions (informational):
OpTypeSampledImage and OpSampledImage do not work on Buffer images.
OpBranchConditional cannot have the same id for the True Lable and False Label.
The text was updated successfully, but these errors were encountered:
Do we want to test all of the different flags, or just Fast? Do we want to test an explicit None?
Do we need to do anything more than ignoring results where the inputs or outputs are NaNs or infinities, or ignoring the sign of zero? I don't think we'll want to relax the behavior of any OpFNegate or any of the comparisons beyond this, for example.
We still need to determine which extended instructions can have FP Fast Math Modes. For extended instructions with Fast especially, do we want to define any accuracy requirements?
Here is one more issue to track SPIR-V 1.6 testing.
New Behavior:
Restrictions (informational):
The text was updated successfully, but these errors were encountered: