[all-commits] [llvm/llvm-project] 86fb2d: [OpenMP] libomp cleanup: check presence of hwloc o...

Andrey Churbanov via All-commits all-commits at lists.llvm.org
Fri Jul 17 15:16:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 86fb2db49b33aa4759d351b30ea1f6ebbe252c60
      https://github.com/llvm/llvm-project/commit/86fb2db49b33aa4759d351b30ea1f6ebbe252c60
  Author: AndreyChurbanov <andrey.churbanov at intel.com>
  Date:   2020-07-18 (Sat, 18 Jul 2020)

  Changed paths:
    M openmp/runtime/src/kmp_affinity.cpp

  Log Message:
  -----------
  [OpenMP] libomp cleanup: check presence of hwloc objects CORE, PACKAGE

hwloc documentation guarantees the only object that is always present
in the topology is PU. We can check the presence of other objects
in the topology, just in case.

Differential Revision: https://reviews.llvm.org/D84065




More information about the All-commits mailing list