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

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Tue Sep 11 09:53:36 PDT 2018


ABataev added inline comments.


================
Comment at: libomptarget/deviceRTLs/nvptx/test/parallel/level.c:3-4
+
+#include <omp.h>
+#include <stdio.h>
+
----------------
Are we allowed to use these includes in tests?


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51786





More information about the Openmp-commits mailing list