[Openmp-commits] [PATCH] D69424: [NFC][libomptarget] move remaining device specific code out of omptarget-nvptx.h
Alexey Bataev via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Fri Oct 25 06:50:45 PDT 2019
ABataev added inline comments.
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:16
+#include <cuda.h>
#include <stdint.h>
----------------
Do we need `stdint.h` include here?
================
Comment at: openmp/libomptarget/deviceRTLs/nvptx/src/target_impl.h:34-37
+/// Device environment data
+struct omptarget_device_environmentTy {
+ int32_t debug_level;
+};
----------------
Is this really target specific thing?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69424/new/
https://reviews.llvm.org/D69424
More information about the Openmp-commits
mailing list