Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c97 static int num_devices_openmp; variable
123 return num_devices_openmp; in gomp_get_num_devices()
139 && device_id != num_devices_openmp) in resolve_device()
3388 if (src_device_num != num_devices_openmp) in omp_target_memcpy()
3539 if (src_device_num != num_devices_openmp) in omp_target_memcpy_rect()
3683 if (device_num < 0 || device_num >= num_devices_openmp) in omp_pause_resource()
3949 num_devices_openmp = num_devs_openmp; in gomp_target_init()
H A DChangeLog3288 gomp_get_num_devices call use num_devices_openmp instead.
3304 variables corresponding to num_devices, num_devices_openmp and devices
12725 (num_devices_openmp): New variable.
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtarget.c80 static int num_devices_openmp; variable
106 return num_devices_openmp; in gomp_get_num_devices()
3232 num_devices_openmp = 0; in gomp_target_init()
3235 devices_s[num_devices_openmp++] = devices[i]; in gomp_target_init()
3236 int num_devices_after_openmp = num_devices_openmp; in gomp_target_init()