Searched refs:omp_get_num_devices (Results 1 - 10 of 10) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/examples-4/
H A De.57.3.f905 use omp_lib, only: omp_is_initial_device, omp_get_num_devices,&
16 call omp_set_default_device (omp_get_num_devices ())
H A De.57.2.f905 use omp_lib, only: omp_is_initial_device, omp_get_num_devices
9 num = omp_get_num_devices ()
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/examples-4/
H A De.57.3.c18 omp_set_default_device (omp_get_num_devices ());
H A De.57.2.c13 int num = omp_get_num_devices();
/haiku-buildtools/gcc/libgomp/
H A Dfortran.c73 ialias_redirect (omp_get_num_devices)
476 return omp_get_num_devices ();
H A Denv.c1428 omp_get_num_devices (void)
1469 ialias (omp_get_num_devices)
1427 omp_get_num_devices (void) function
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dtarget-7.c9 int d = f ? omp_get_num_devices () : omp_get_default_device ();
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload.h114 extern int omp_get_num_devices(void) __GOMP_NOTHROW;
H A Doffload_omp_host.cpp49 int omp_get_num_devices() __GOMP_NOTHROW
H A Doffload_omp_target.cpp46 int omp_get_num_devices() __GOMP_NOTHROW

Completed in 213 milliseconds