Searched refs:test_partition_of_device (Results 1 – 1 of 1) sorted by relevance
/external/OpenCL-CTS/test_conformance/device_partition/ |
D | test_device_partition.cpp | 413 int test_partition_of_device(cl_device_id deviceID, cl_context context, cl_command_queue queue, int… in test_partition_of_device() function 527 …err = test_partition_of_device(subDevices[0], context, queue, num_elements, partitionProp[i], star… in test_partition_of_device() 549 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 0, 1); in test_partition_equally() 554 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 1, 2); in test_partition_by_counts() 559 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 2, 3); in test_partition_by_affinity_domain_numa() 564 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 3, 4); in test_partition_by_affinity_domain_l4_cache() 569 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 4, 5); in test_partition_by_affinity_domain_l3_cache() 574 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 5, 6); in test_partition_by_affinity_domain_l2_cache() 579 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 6, 7); in test_partition_by_affinity_domain_l1_cache() 584 return test_partition_of_device(deviceID, context, queue, num_elements, NULL, 7, 8); in test_partition_by_affinity_domain_next_partitionable() [all …]
|