[Openmp-commits] [PATCH] D96430: [OpenMP][NFC] Unify `target` API with other by passing a `__tgt_async_info` pointer

Johannes Doerfert via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Feb 16 11:22:21 PST 2021


jdoerfert added inline comments.


================
Comment at: openmp/libomptarget/src/omptarget.cpp:14
 
+#include "omptarget.h"
 #include "device.h"
----------------
tianshilei1992 wrote:
> Do we need this header here?
strictly speaking, no. but we should include what we use.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96430



More information about the Openmp-commits mailing list