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

References

projects/openmp/libomptarget/src/interface.cpp
  100   if (device_id == OFFLOAD_DEVICE_DEFAULT) {
  101     device_id = omp_get_default_device();
  105   if (CheckDeviceAndCtors(device_id) != OFFLOAD_SUCCESS) {
  111   DeviceTy& Device = Devices[device_id];