[Openmp-commits] [PATCH] D127367: [OpenMP] [OMPT] [7/8] Invoke tool-supplied callbacks before and after target launch and data transfer operations
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Mon Jul 24 09:51:29 PDT 2023
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
Add `-Wno-ctad-maybe-unsupported` to our cmake config or add sth like:
template <typename FunctionPairTy, typename... ArgsTy>
InterfaceRAII(FunctionPairTy FunctionPair, ArgsTy... Args) -> InterfaceRAII< FunctionPairTy, ArgsTy...>;
We can fix async in a follow up.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127367/new/
https://reviews.llvm.org/D127367
More information about the Openmp-commits
mailing list