[Openmp-commits] [PATCH] D138931: [OpenMP] Support kernel record and replay

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Dec 13 14:29:09 PST 2022


jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.

LG, I think we can address remaining issues in-tree which makes it easier to test it.



================
Comment at: openmp/libomptarget/src/interface.cpp:268
+/// kernel
+///                   argument offsets.
+/// \param NumArgs The number of kernel arguments.
----------------
Nit: formatting.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D138931/new/

https://reviews.llvm.org/D138931



More information about the Openmp-commits mailing list