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

References

projects/openmp/runtime/src/kmp_affinity.cpp
   39   depth = machine_hierarchy.depth;
projects/openmp/runtime/src/kmp_affinity.h
  715     depth = 1;
  742       if (numPerLevel[i] != 1 || depth > 1) // only count one top-level '1'
  743         depth++;
  750     for (kmp_uint32 d = 0; d < depth - 1; ++d) { // optimize hierarchy width
  757           depth++;
  767     for (kmp_uint32 i = 1; i < depth; ++i)
  770     for (kmp_uint32 i = depth; i < maxLevels; ++i)
  791     kmp_uint32 old_sz = skipPerLevel[depth - 1];
  794     for (kmp_uint32 i = depth; i < maxLevels && nproc > old_sz; ++i) {
  798       depth++;
  804         depth++;