[Openmp-commits] [PATCH] D64808: [OPENMMP] Resolve lost LoopTripCnt for subsequent loops in same thread.

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Jul 16 10:44:54 PDT 2019


Hahnfeld added a comment.

Can we validate the result differently, without debug messages?



================
Comment at: libomptarget/test/offloading/looptripcnt.c:21
+#pragma omp target teams distribute parallel for thread_limit(4)
+  {
+    for (int j = 0; j< N; j++) {
----------------
I think the standard doesn't expect a structured block, but a `for` loop directly.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D64808





More information about the Openmp-commits mailing list