[Openmp-commits] [PATCH] D142249: [openmp] Workaround for HSA in issue 60119

Mészáros Gergely via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Sat Jan 21 03:53:45 PST 2023


Maetveis accepted this revision.
Maetveis added inline comments.
This revision is now accepted and ready to land.


================
Comment at: openmp/libomptarget/include/device.h:16-17
 
+#include <atomic>
 #include <cassert>
 #include <cstddef>
----------------
Nit: no longer needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142249



More information about the Openmp-commits mailing list