[all-commits] [llvm/llvm-project] d6a3d6: [openmp] Fixed Support for VA for record-replay. (...
Konstantinos Parasyris via All-commits
all-commits at lists.llvm.org
Sun Oct 29 12:27:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6a3d6b96de64135768ba74b2deea515d7a6fb55
https://github.com/llvm/llvm-project/commit/d6a3d6b96de64135768ba74b2deea515d7a6fb55
Author: Konstantinos Parasyris <koparasy at gmail.com>
Date: 2023-10-29 (Sun, 29 Oct 2023)
Changed paths:
M openmp/libomptarget/include/Utilities.h
M openmp/libomptarget/include/omptarget.h
M openmp/libomptarget/include/rtl.h
M openmp/libomptarget/plugins-nextgen/amdgpu/src/rtl.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp
M openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.h
M openmp/libomptarget/plugins-nextgen/cuda/dynamic_cuda/cuda.cpp
M openmp/libomptarget/plugins-nextgen/cuda/dynamic_cuda/cuda.h
M openmp/libomptarget/plugins-nextgen/cuda/src/rtl.cpp
M openmp/libomptarget/src/device.cpp
M openmp/libomptarget/src/interface.cpp
M openmp/libomptarget/src/omptarget.cpp
M openmp/libomptarget/src/private.h
M openmp/libomptarget/tools/kernelreplay/llvm-omp-kernel-replay.cpp
Log Message:
-----------
[openmp] Fixed Support for VA for record-replay. (#70396)
The commit was discussed in phabricator
(https://reviews.llvm.org/D157186).
Record replay currently fails on AMD as it conflicts with the heap
memory allocator introduced in #69806. The workaround is setting
`LIBOMPTARGET_HEAP_SIZE=0` during both record and replay run.
More information about the All-commits
mailing list