[Openmp-commits] [PATCH] D136641: [OPENMP] Fast cross-team reduction (xteamr) helper functions.
Greg Rodgers via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Oct 26 16:33:10 PDT 2022
gregrodgers updated this revision to Diff 470967.
gregrodgers added a comment.
- improve performance and lower register utilization by deriving reduction constants from k and passing numteams from codegen to xteamr function. This changes the interface to the xteamr functions and removes dependencies on DeviceRTL mapping functions
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136641/new/
https://reviews.llvm.org/D136641
Files:
openmp/libomptarget/DeviceRTL/CMakeLists.txt
openmp/libomptarget/DeviceRTL/include/Interface.h
openmp/libomptarget/DeviceRTL/include/Xteamr.h
openmp/libomptarget/DeviceRTL/src/Xteamr.cpp
openmp/libomptarget/test/lit.cfg
openmp/libomptarget/test/xteamr/test_xteamr.cpp
openmp/libomptarget/test/xteamr/test_xteamr.h
openmp/libomptarget/test/xteamr/test_xteamr.sh
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D136641.470967.patch
Type: text/x-patch
Size: 181238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20221026/d1088c9c/attachment-0001.bin>
More information about the Openmp-commits
mailing list