Searched refs:max_work_group_size_x (Results 1 – 4 of 4) sorted by relevance
31 gpu_info.metal_info.max_work_group_size_x = threadsPerGroup.width; in CreateGpuInfoFromMetalDevice()35 gpu_info.metal_info.max_work_group_size_x = 256; in CreateGpuInfoFromMetalDevice()
275 int max_work_group_size_x; member313 int max_work_group_size_x; member
532 return opencl_info.max_work_group_size_x; in GetMaxWorkGroupSizeForX()535 return metal_info.max_work_group_size_x; in GetMaxWorkGroupSizeForX()583 int max_size = metal_info.max_work_group_size_x; in GetMaxWorkGroupTotalSize()
215 info.opencl_info.max_work_group_size_x = max_work_group_sizes.x; in GpuInfoFromDeviceID()