Searched refs:maxComputeUnits (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 358 int init_device_partition_test(cl_device_id parentDevice, cl_uint &maxComputeUnits, cl_uint &maxSub… in init_device_partition_test() argument 360 …viceInfo(parentDevice, CL_DEVICE_MAX_COMPUTE_UNITS, sizeof(maxComputeUnits), &maxComputeUnits, NUL… in init_device_partition_test() 416 cl_uint maxComputeUnits; in test_partition_of_device() local 420 if (init_device_partition_test(deviceID, maxComputeUnits, maxSubDevices) != 0) in test_partition_of_device() 423 if (maxComputeUnits <= 1) in test_partition_of_device() 454 { CL_DEVICE_PARTITION_EQUALLY, maxComputeUnits / 2, 0, 0, 0 } , in test_partition_of_device() 455 …{ CL_DEVICE_PARTITION_BY_COUNTS, 1, maxComputeUnits - 1, CL_DEVICE_PARTITION_BY_COUNTS_LIST_END, 0… in test_partition_of_device()
|