[all-commits] [llvm/llvm-project] 1dd797: [OpenMP][libomp] Add support for offline CPUs in L...

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Wed Nov 17 14:28:34 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1dd797168e9f8cb592c254c642f196dab3447092
      https://github.com/llvm/llvm-project/commit/1dd797168e9f8cb592c254c642f196dab3447092
  Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
  Date:   2021-11-17 (Wed, 17 Nov 2021)

  Changed paths:
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_affinity.cpp
    M openmp/runtime/src/z_Linux_util.cpp

  Log Message:
  -----------
  [OpenMP][libomp] Add support for offline CPUs in Linux

If some CPUs are offline, then make sure they are not included in the
fullMask even if norespect is given to KMP_AFFINITY.

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




More information about the All-commits mailing list