Home
last modified time | relevance | path

Searched refs:supported_hsa_devices (Results 1 – 1 of 1) sorted by relevance

/dports/lang/pocl/pocl-1.8/lib/CL/devices/hsa/
H A Dpocl-hsa.c378 static struct _cl_device_id supported_hsa_devices[HSA_NUM_KNOWN_HSA_AGENTS] variable
463 #define COPY_ATTR(ATTR) dev->ATTR = supported_hsa_devices[i].ATTR in get_hsa_device_features()
466 supported_hsa_devices[i].preferred_vector_width_ ## ATTR; \ in get_hsa_device_features()
468 supported_hsa_devices[i].native_vector_width_ ## ATTR; in get_hsa_device_features()
474 if (strcmp(dev_name, supported_hsa_devices[i].long_name) == 0) in get_hsa_device_features()