jdoerfert accepted this revision.
jdoerfert added a comment.

LG



================
Comment at: openmp/libomptarget/src/api.cpp:386
+  // Need to check this first to not return OFFLOAD_FAIL instead
+  if (!(Dst || Src)) {
+    DP("Call to omp_target_memcpy_rect returns max supported dimensions %d\n",
----------------
!DST && !SRC


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136103

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to