[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
Tue Oct 10 15:31:18 PDT 2023
jlpeyton updated this revision to Diff 557677.
jlpeyton added a comment.
If its better to move this to GitHub, I can do that. Sorry, I had forgotten about this.
Test case still requires to be run on x86 with hybrid architecture (e.g., Alder Lake machine), but is now enabled.
I've compartmentalized the macro-guarded code for better readability, it's hard to remove the guard completely since the code relies on x86-specific guards (e.g., use of `KMP_HW_CORE_TYPE_ATOM`).
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
openmp/runtime/test/worksharing/for/omp_for_schedule_dynamic.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D152955.557677.patch
Type: text/x-patch
Size: 22073 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20231010/2b4dfaac/attachment-0001.bin>
More information about the Openmp-commits
mailing list