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

Chi Chun Chen via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Mon Jun 22 13:26:51 PDT 2020


cchen marked an inline comment as done.
cchen added inline comments.


================
Comment at: openmp/libomptarget/test/offloading/non_contiguous_update.c:1
+// RUN: %libomptarget-compile-aarch64-unknown-linux-gnu && env OMP_MAX_ACTIVE_LEVELS=2 %libomptarget-run-aarch64-unknown-linux-gnu | %fcheck-aarch64-unknown-linux-gnu
+// RUN: %libomptarget-compile-powerpc64-ibm-linux-gnu && env OMP_MAX_ACTIVE_LEVELS=2 %libomptarget-run-powerpc64-ibm-linux-gnu | %fcheck-powerpc64-ibm-linux-gnu
----------------
ABataev wrote:
> We don't have support for this in clang yet, better to add a test that uses runtime calls directly for the new features.
Is there any test file that I can refer to? The run line I wrote here is basically copied from other test files under libomptarget/test.


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