Searched refs:max_work_group_size_z (Results 1 – 4 of 4) sorted by relevance
57 gpu_info.metal_info.max_work_group_size_z = threadsPerGroup.depth; in CreateGpuInfoFromMetalDevice()61 gpu_info.metal_info.max_work_group_size_z = 64; in CreateGpuInfoFromMetalDevice()
357 int max_work_group_size_z; member407 int max_work_group_size_z; member
902 return opencl_info.max_work_group_size_z; in GetMaxWorkGroupSizeForZ()905 return metal_info.max_work_group_size_z; in GetMaxWorkGroupSizeForZ()923 max_size = std::max(max_size, metal_info.max_work_group_size_z); in GetMaxWorkGroupTotalSize()
259 info.opencl_info.max_work_group_size_z = max_work_group_sizes.z; in GpuInfoFromDeviceID()