[Openmp-commits] [PATCH] D142492: [OpenMP][docs] Update for record-and-replay

Giorgis Georgakoudis via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jan 24 10:29:53 PST 2023


ggeorgakoudis created this revision.
Herald added subscribers: guansong, yaxunl.
Herald added a project: All.
ggeorgakoudis requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, sstefan1.
Herald added a project: OpenMP.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D142492

Files:
  openmp/docs/ReleaseNotes.rst


Index: openmp/docs/ReleaseNotes.rst
===================================================================
--- openmp/docs/ReleaseNotes.rst
+++ openmp/docs/ReleaseNotes.rst
@@ -24,3 +24,8 @@
   with MinGW based toolchains.
 
 * Made the OpenMP runtime tests run successfully on Windows.
+
+* Support record-and-replay functionality for individual OpenMP offload kernels.
+  Enabling recording in the host OpenMP target runtime library stores per-kernel
+  the device image, device memory state, and kernel launching information. The
+  newly added command-line tool `llvm-omp-kernel-replay` replays kernel execution.
\ No newline at end of file


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D142492.491849.patch
Type: text/x-patch
Size: 642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230124/170e62a4/attachment.bin>


More information about the Openmp-commits mailing list