Searched refs:gomp_get_num_devices (Results 1 – 7 of 7) sorted by relevance
52 return gomp_get_num_devices (); in ialias()60 return gomp_get_num_devices (); in ialias()
120 gomp_get_num_devices (void) in gomp_get_num_devices() function135 if (device_id < 0 || device_id >= gomp_get_num_devices ()) in resolve_device()3284 if (device_num == gomp_get_num_devices ()) in omp_target_alloc()3310 if (device_num == gomp_get_num_devices ()) in omp_target_free()3341 if (device_num == gomp_get_num_devices ()) in omp_target_is_present()3375 if (dst_device_num != gomp_get_num_devices ()) in omp_target_memcpy()3526 if (dst_device_num != gomp_get_num_devices ()) in omp_target_memcpy_rect()3575 if (device_num == gomp_get_num_devices ()) in omp_target_associate_ptr()3638 if (device_num == gomp_get_num_devices ()) in omp_target_disassociate_ptr()3681 if (device_num == gomp_get_num_devices ()) in omp_pause_resource()
1013 extern int gomp_get_num_devices (void);
3279 gomp_get_num_devices (). Add ialias.3282 gomp_get_num_devices ().3286 gomp_get_num_devices () instead of GOMP_DEVICE_HOST_FALLBACK on the3288 gomp_get_num_devices call use num_devices_openmp instead.12726 (gomp_get_num_devices ): Use it.12728 (gomp_get_num_devices ): Use it.13168 (gomp_get_num_devices): Call gomp_target_init.13677 (gomp_get_num_devices): New prototype.
48 return gomp_get_num_devices (); in omp_get_num_devices()
936 extern int gomp_get_num_devices (void);
103 gomp_get_num_devices (void) in gomp_get_num_devices() function118 if (device_id < 0 || device_id >= gomp_get_num_devices ()) in resolve_device()2993 if (device_num < 0 || device_num >= gomp_get_num_devices ()) in omp_pause_resource()