Fix a warning with subgroup size control#2476
Fix a warning with subgroup size control#2476xoofx wants to merge 1 commit intoKhronosGroup:mainfrom
Conversation
|
The problem is that we don't support The reason |
|
There's no indication I could find that |
|
I was actually disappointed that I couldn't implement actual subgroup size control--especially after I learned that Direct3D 12 has it now as well. I begged Apple to support it, but they've been less than forthcoming. I can't blame them: they may be a big company, but even they have limited engineering resources, and they can't address every one of our complaints. Plus, this would only be relevant on AMD hardware, which to my knowledge is the only hardware Apple supports where the |

Hello there☺️
This PR is fixing a warning when trying to use
VK_EXT_subgroup_size_control(even If I keep the default 32 size). Today, if this feature is enabled (while supported), it will generate the following warning:I'm not entirely sure, but I would thought that it is only relevant for compute shaders. So that's what this PR is adding (instead of 0).
Thanks!