[Openmp-commits] [PATCH] D144191: [Libomptarget] Check errors when synchronizing the async queue
    Johannes Doerfert via Phabricator via Openmp-commits 
    openmp-commits at lists.llvm.org
       
    Thu Feb 16 08:00:26 PST 2023
    
    
  
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LG, one nit.
================
Comment at: openmp/libomptarget/include/omptarget.h:251
   /// \returns true if there is no pending asynchronous operations, false
   /// otherwise.
+  std::optional<bool> isDone();
----------------
docs plz
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D144191/new/
https://reviews.llvm.org/D144191
    
    
More information about the Openmp-commits
mailing list