[Bug 108875] Invalid subgroupSize for Intel GPU

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Nov 27 14:33:48 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=108875

--- Comment #7 from Alexander <frustumo at gmail.com> ---
Yep, you are right. The subgroupSize is 32 only for shaders with local group
size more than 896. Otherwise, the subgroupSize equals to 16. Unfortunately,
there is no way to determine the actual size (or minimum size) of subgroupSize
variable in the Vulkan API. It will be possible to optimize shaders better with
guaranteed minimal subgroupSize value. Under Direct3D12 the subgroupSize is
always 8 on Intel hardware. Maybe it will be a way to declare the subgroupSize
value during shader compilation?

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20181127/489e599b/attachment.html>


More information about the intel-3d-bugs mailing list