Searched refs:max_work_group_size_z (Results 1 – 4 of 4) sorted by relevance
33 gpu_info.metal_info.max_work_group_size_z = threadsPerGroup.depth; in CreateGpuInfoFromMetalDevice()37 gpu_info.metal_info.max_work_group_size_z = 64; in CreateGpuInfoFromMetalDevice()
277 int max_work_group_size_z; member315 int max_work_group_size_z; member
564 return opencl_info.max_work_group_size_z; in GetMaxWorkGroupSizeForZ()567 return metal_info.max_work_group_size_z; in GetMaxWorkGroupSizeForZ()585 max_size = std::max(max_size, metal_info.max_work_group_size_z); in GetMaxWorkGroupTotalSize()
217 info.opencl_info.max_work_group_size_z = max_work_group_sizes.z; in GpuInfoFromDeviceID()