Home
last modified time | relevance | path

Searched refs:ncores_with_eff (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_affinity.cpp760 int ncores_with_eff = get_ncores_with_attr(attr); in print() local
761 if (ncores_with_eff > 0) { in print()
762 KMP_INFORM(TopologyHybridCoreEff, env_var, ncores_with_eff, eff); in print()