[Openmp-commits] [PATCH] D104555: [OpenMP][Offloading] Guard data movement from host to device with mapping table lock

Shilei Tian via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Jun 18 11:04:03 PDT 2021


tianshilei1992 added inline comments.


================
Comment at: openmp/libomptarget/src/device.cpp:20
 #include <cstdio>
+#include <mutex>
 #include <string>
----------------
Hmm, not sure why it is here. Might be included by `clangd` automatically.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104555



More information about the Openmp-commits mailing list