reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/openmp/libomptarget/src/interface.cpp
  196   if (device_id == OFFLOAD_DEVICE_DEFAULT) {
  197     device_id = omp_get_default_device();
  200   if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) {
  206   DeviceTy& Device = Devices[device_id];