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
In #3757 a dependency was added for 16bit Modf on the SPV_AMD_gpu_shader_half_float extension. This is incorrect, and the dependency should rather be on the 16bit float capability.
This causes issues when compiling the resulting spirv on devices without SPV_AMD_gpu_shader_half_float support.
The text was updated successfully, but these errors were encountered:
In #3757 a dependency was added for 16bit Modf on the SPV_AMD_gpu_shader_half_float extension. This is incorrect, and the dependency should rather be on the 16bit float capability.
This causes issues when compiling the resulting spirv on devices without SPV_AMD_gpu_shader_half_float support.
The text was updated successfully, but these errors were encountered: