[Openmp-commits] [PATCH] D110091: [OpenMP][host runtime] Introduce kmp_cpuinfo_flags_t to replace integer flags

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Sep 20 11:38:03 PDT 2021


jlpeyton created this revision.
jlpeyton added reviewers: AndreyChurbanov, hbae, tlwilmar, Nawrin.
jlpeyton added a project: OpenMP.
Herald added subscribers: guansong, yaxunl.
jlpeyton requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.

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


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D110091

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_csupport.cpp
  openmp/runtime/src/kmp_lock.cpp
  openmp/runtime/src/kmp_os.h
  openmp/runtime/src/kmp_settings.cpp
  openmp/runtime/src/kmp_utility.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110091.373669.patch
Type: text/x-patch
Size: 5148 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210920/35524f05/attachment.bin>


More information about the Openmp-commits mailing list