Closed sjfricke closed 6 months ago
running on Intel Mesa, my maxComputeWorkGroupCount[0] is only 64k and I am getting VVL errors as the dispatch group is too large (confirmed with debugger it is setting 524288)
maxComputeWorkGroupCount[0]
524288
Validation Error: VUID-vkCmdDispatch-groupCountX-00386 vkCmdDispatch(): groupCountX (524288) exceeds device limit maxComputeWorkGroupCount[0] (65535).
Fixed in 0e74afa724b4bd8b81dd550cea498df035e3c249
running on Intel Mesa, my
maxComputeWorkGroupCount[0]
is only 64k and I am getting VVL errors as the dispatch group is too large (confirmed with debugger it is setting524288
)