[Openmp-commits] [PATCH] D51786: [libomptarget-nvptx] Add tests for nested parallelism

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Sep 26 12:45:12 PDT 2018


Hahnfeld added inline comments.


================
Comment at: libomptarget/deviceRTLs/nvptx/test/parallel/level.c:3-4
+
+#include <omp.h>
+#include <stdio.h>
+
----------------
ABataev wrote:
> Are we allowed to use these includes in tests?
I don't see a compelling reason why we can't: they are used in tests of libomp and libomptarget and all `lit.cfg` add include paths to find `omp.h`.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51786





More information about the Openmp-commits mailing list