diff --git a/src/amd/vulkan/radv_device.c b/src/amd/vulkan/radv_device.c index c2f2b887b20..a06e72f474f 100644 --- a/src/amd/vulkan/radv_device.c +++ b/src/amd/vulkan/radv_device.c @@ -2617,7 +2617,7 @@ radv_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice, properties->meshOutputPerVertexGranularity = 1; properties->meshOutputPerPrimitiveGranularity = 1; - properties->maxPreferredTaskWorkGroupInvocations = 1024; + properties->maxPreferredTaskWorkGroupInvocations = 64; properties->maxPreferredMeshWorkGroupInvocations = 128; properties->prefersLocalInvocationVertexOutput = true; properties->prefersLocalInvocationPrimitiveOutput = true;