[Openmp-commits] [PATCH] D82245: [libomptarget] Add support for target update non-contiguous

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 22 07:30:15 PDT 2020


ABataev added a comment.

The test?



================
Comment at: openmp/libomptarget/include/omptarget.h:128-130
+  int64_t offset;
+  int64_t count;
+  int64_t stride;
----------------
clang part relies on unsigned types.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D82245





More information about the Openmp-commits mailing list