[all-commits] [llvm/llvm-project] 40ce65: [OpenMP][libomp] Fix affinity warnings and unify u...

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Tue Jul 19 11:11:38 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40ce65b5b225f3d66aa5212f67e478811dc76e5c
      https://github.com/llvm/llvm-project/commit/40ce65b5b225f3d66aa5212f67e478811dc76e5c
  Author: Jonathan Peyton <jonathan.l.peyton at intel.com>
  Date:   2022-07-19 (Tue, 19 Jul 2022)

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

  Log Message:
  -----------
  [OpenMP][libomp] Fix affinity warnings and unify under one macro

Warnings that occur during affinity initialization are supposed
to be guarded by KMP_AFFINITY=nowarnings,noverbose, but some had been
missed by this logic. Create one macro for affinity warnings that takes
these settings into account.

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




More information about the All-commits mailing list