Searched refs:max_work_group_size_y (Results 1 – 4 of 4) sorted by relevance
32 gpu_info.metal_info.max_work_group_size_y = threadsPerGroup.height; in CreateGpuInfoFromMetalDevice()36 gpu_info.metal_info.max_work_group_size_y = 256; in CreateGpuInfoFromMetalDevice()
276 int max_work_group_size_y; member314 int max_work_group_size_y; member
548 return opencl_info.max_work_group_size_y; in GetMaxWorkGroupSizeForY()551 return metal_info.max_work_group_size_y; in GetMaxWorkGroupSizeForY()584 max_size = std::max(max_size, metal_info.max_work_group_size_y); in GetMaxWorkGroupTotalSize()
216 info.opencl_info.max_work_group_size_y = max_work_group_sizes.y; in GpuInfoFromDeviceID()