Searched refs:omp_get_num_devices (Results 1 – 21 of 21) sorted by relevance
8 return omp_get_num_devices() > 0; in test_omp_get_num_devices_with_empty_target()
9 int num_devices = omp_get_num_devices(); in test_omp_get_num_devices()
15 return (device_num == omp_get_num_devices()); in test_omp_get_device_num()
11 int num_devices = omp_get_num_devices(); in test_omp_get_num_devices()
13 return (device_num == omp_get_num_devices()); in test_omp_get_device_num()
22 for (int Dev = 0; Dev < omp_get_num_devices(); Dev++) { in main()
33 omp_get_num_devices;
22 EXTERN int omp_get_num_devices(void) { in omp_get_num_devices() function44 int HostDevice = omp_get_num_devices(); in omp_get_initial_device()
256 if (omp_get_num_devices() > 0) { in handleDefaultTargetOffload()298 if (omp_get_num_devices() == 0) { in checkDeviceAndCtors()
12 const int num_devices = omp_get_num_devices(); in main()
300 function omp_get_num_devices() bind(c)302 integer(kind=omp_integer_kind) :: omp_get_num_devices303 end function omp_get_num_devices
44 printf("Num devices: %d\n", omp_get_num_devices()); in main()
127 int omp_get_num_devices(void);
225 int omp_get_num_devices(void);
435 function omp_get_num_devices() bind(c)437 integer (kind=omp_integer_kind) omp_get_num_devices438 end function omp_get_num_devices1001 !DIR$ ATTRIBUTES OFFLOAD:MIC :: omp_get_num_devices1084 !$omp declare target(omp_get_num_devices )
336 function omp_get_num_devices() bind(c)338 integer (kind=omp_integer_kind) omp_get_num_devices339 end function omp_get_num_devices
135 extern int __KAI_KMPC_CONVENTION omp_get_num_devices (void);
384 int omp_get_num_devices(void) { return config::getNumDevices(); } in omp_get_num_devices() function
97 #define FTN_GET_NUM_DEVICES omp_get_num_devices
499 omp_get_num_devices 881
157 %call21 = call i32 @omp_get_num_devices()391 declare dso_local i32 @omp_get_num_devices()795 ; CHECK: declare dso_local i32 @omp_get_num_devices()1335 ; OPTIMISTIC: declare dso_local i32 @omp_get_num_devices()