[all-commits] [llvm/llvm-project] 73cb01: [OpenMP] Support for OpenMP-Offload Record Replay
Konstantinos Parasyris via All-commits
all-commits at lists.llvm.org
Sat Aug 5 00:47:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 73cb01dc8a2f5ea36463798019e0c2d17e3b61b9
https://github.com/llvm/llvm-project/commit/73cb01dc8a2f5ea36463798019e0c2d17e3b61b9
Author: koparasy <parasyris1 at llnl.com>
Date: 2023-08-05 (Sat, 05 Aug 2023)
Changed paths:
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/include/rtl.h
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/JIT.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/exports
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/src/rtl.cpp
M openmp/libomptarget/tools/kernelreplay/llvm-omp-kernel-replay.cpp
Log Message:
-----------
[OpenMP] Support for OpenMP-Offload Record Replay
Enable record-replay for OpenMP offload kernels. On recording the initialization
is performed on device initialization by reading env variables. (This is similar to
the way rr used to operate). The primary change takes place in the replay phase
with the replay tool explicitly initializing the record-replay functionality.
Differential Revision: https://reviews.llvm.org/D156174
Fix
More information about the All-commits
mailing list