Skip to content
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.6 Testing #2220

Open
6 tasks
bashbaug opened this issue Jan 10, 2025 · 0 comments
Open
6 tasks

SPIR-V 1.6 Testing #2220

bashbaug opened this issue Jan 10, 2025 · 0 comments

Comments

@bashbaug
Copy link
Contributor

Here is one more issue to track SPIR-V 1.6 testing.

  • New Behavior:

    • Adds a new Nontemporal image operand.
    • The FP Fast Math Mode can apply to many more instructions:
      • OpFNegate
      • Comparison instructions such as OpOrdered, OpUnordered, OpFOrdEqual, etc.
      • Extended instructions - TBD, which ones?
    • Adds the UniformDecoration capability, and Uniform and UniformId decorations.
    • 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant