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

Dhruva Chakrabarti via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue May 2 13:03:42 PDT 2023


dhruvachak added inline comments.


================
Comment at: openmp/libomptarget/src/OmptCallback.cpp:120
 
 #endif // OMPT_SUPPORT
+
----------------
This should be at the end of this file since omp-tools.h is included depending on whether OMPT is enabled. Missed this earlier.


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