[Openmp-commits] [PATCH] D124070: [OpenMP] [OMPT] [amdgpu] [4/8] Implemented callback registration in amdgpu plugin

Jan-Patrick Lehr via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Thu Dec 1 08:21:41 PST 2022


jplehr added inline comments.


================
Comment at: openmp/libomptarget/plugins/amdgpu/src/ompt_callback.cpp:57
+static void ompt_device_fini(ompt_data_t *tool_data) {
+  DP("OMPT: executing amdgpu_ompt_device_fini\n");
+}
----------------
Minor change to be consistent with other functions printing the function name in these debug messages.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124070



More information about the Openmp-commits mailing list