[Openmp-commits] [clang-tools-extra] [clang] [openmp] [llvm] [compiler-rt] [flang] [lldb] [libcxx] [OpenMP] Add memory diff dump for kernel record-replay (PR #70667)
Giorgis Georgakoudis via Openmp-commits
openmp-commits at lists.llvm.org
Tue Oct 31 13:53:14 PDT 2023
================
@@ -130,7 +130,7 @@ struct RecordReplayTy {
return preAllocateHeuristic(DevMemSize, ReqVAddr);
}
- void dumpDeviceMemory(StringRef Filename) {
+ void dumpDeviceMemory(StringRef Filename, bool saveDiff) {
----------------
ggeorgakoudis wrote:
rename saveDiff -> SaveDiff
https://github.com/llvm/llvm-project/pull/70667
More information about the Openmp-commits
mailing list