[all-commits] [llvm/llvm-project] 343b9e: [OpenMP][host runtime] Introduce kmp_cpuinfo_flags...

Jonathan Peyton via All-commits all-commits at lists.llvm.org
Fri Oct 1 09:09:05 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 343b9e8590db6bc815df3a3fec5bb25c23261476
      https://github.com/llvm/llvm-project/commit/343b9e8590db6bc815df3a3fec5bb25c23261476
  Author: Peyton, Jonathan L <jonathan.l.peyton at intel.com>
  Date:   2021-10-01 (Fri, 01 Oct 2021)

  Changed paths:
    M openmp/runtime/src/kmp.h
    M openmp/runtime/src/kmp_csupport.cpp
    M openmp/runtime/src/kmp_lock.cpp
    M openmp/runtime/src/kmp_os.h
    M openmp/runtime/src/kmp_settings.cpp
    M openmp/runtime/src/kmp_utility.cpp

  Log Message:
  -----------
  [OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flags

Store CPUID support flags as bits instead of using entire integers.

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




More information about the All-commits mailing list