diff --git a/openmp/docs/ReleaseNotes.rst b/openmp/docs/ReleaseNotes.rst --- a/openmp/docs/ReleaseNotes.rst +++ b/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