Skip to content

[Feature Request] [SPIR-V] Support KHR_compute_shader_derivatives #7179

@iagoCL

Description

@iagoCL

Is your feature request related to a problem? Please describe.
Currently DXC only supports SPV_NV_compute_shader_derivatives and lacks support for SPV_KHR_compute_shader_derivatives

Shaders failed to execute on GPUs supporting KHR_compute_shader_derivatives instead of NV_compute_shader_derivatives

Describe the solution you'd like
Adding support for the official Khronos extension.

Describe alternatives you've considered
N/A

Additional context
Both extension are identical, adding support for KHR_compute_shader_derivatives is trivial. and only require adding the extension and its name to a few functions.

We have precedent for a similar situation we support the Nvidia and the official extensions for ray query, we select the official one by default.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

Done

Status

Triaged

Relationships

None yet

Development

No branches or pull requests

Issue actions