anv: Set maxComputeSharedMemorySize to 64k
This value is supported since gen7. See also 8514c75a26
"i965: Set
compute shader shared memory max to 64k".
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:
@@ -1285,7 +1285,7 @@ void anv_GetPhysicalDeviceProperties(
|
||||
.maxFragmentOutputAttachments = 8,
|
||||
.maxFragmentDualSrcAttachments = 1,
|
||||
.maxFragmentCombinedOutputResources = 8,
|
||||
.maxComputeSharedMemorySize = 32768,
|
||||
.maxComputeSharedMemorySize = 64 * 1024,
|
||||
.maxComputeWorkGroupCount = { 65535, 65535, 65535 },
|
||||
.maxComputeWorkGroupInvocations = 32 * devinfo->max_cs_threads,
|
||||
.maxComputeWorkGroupSize = {
|
||||
|
Reference in New Issue
Block a user