|
LLVM OpenMP
|
Go to the source code of this file.
Functions | |
| int | omp_get_num_devices () |
| const char * | omp_get_uid_from_device (int DeviceNum) |
Variables | |
| static int | MockNumDevices = 4 |
| static const char * | MockDeviceUIDs [] |
Definition at line 18 of file MockOMP.cpp.
References MockNumDevices.
Referenced by kmp_tgt_memspace_list_t::get_memspace(), main(), ompt_get_num_devices(), test_mem_allocator(), test_mem_space(), test_omp_get_device_num(), and test_omp_get_num_devices().
Definition at line 20 of file MockOMP.cpp.
References MockDeviceUIDs, and MockNumDevices.
Referenced by test_omp_device_uid().
|
static |
Definition at line 15 of file MockOMP.cpp.
Referenced by omp_get_uid_from_device().
|
static |
Definition at line 14 of file MockOMP.cpp.
Referenced by omp_get_num_devices(), and omp_get_uid_from_device().