[Openmp-commits] [PATCH] D152955: [OpenMP] Add skewed iteration distribution in static-steal schedule for hybrid systems

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jul 31 12:31:37 PDT 2023


jlpeyton updated this revision to Diff 545757.
jlpeyton added a comment.

Base on https://reviews.llvm.org/D156727 so topology information is consistent and fix accidental use of `ds_gtid` instead of `ds_tid`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152955/new/

https://reviews.llvm.org/D152955

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_affinity.cpp
  openmp/runtime/src/kmp_dispatch.cpp
  openmp/runtime/src/kmp_dispatch.h
  openmp/runtime/src/kmp_global.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152955.545757.patch
Type: text/x-patch
Size: 21964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230731/fd49848d/attachment-0001.bin>


More information about the Openmp-commits mailing list