Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dicv-device.c52 return gomp_get_num_devices (); in ialias()
60 return gomp_get_num_devices (); in ialias()
H A Dtarget.c120 gomp_get_num_devices (void) in gomp_get_num_devices() function
135 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()
H A Dlibgomp.h1013 extern int gomp_get_num_devices (void);
H A DChangeLog3279 gomp_get_num_devices (). Add ialias.
3282 gomp_get_num_devices ().
3286 gomp_get_num_devices () instead of GOMP_DEVICE_HOST_FALLBACK on the
3288 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.
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dicv-device.c48 return gomp_get_num_devices (); in omp_get_num_devices()
H A Dlibgomp.h936 extern int gomp_get_num_devices (void);
H A Dtarget.c103 gomp_get_num_devices (void) in gomp_get_num_devices() function
118 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()