[libomptarget-nvptx] Add tests for nested parallelism
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Sat, 29 Sep 2018 16:02:32 +0000 (16:02 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Sat, 29 Sep 2018 16:02:32 +0000 (16:02 +0000)
commitfb1b80191e6a29fe35e49fc85ddaacce917be2c1
tree47ae0d4cda4bf1df68a00cb895576c28f3bbacc1
parentc89a14f5d2d17c23f7c361c44149a2993a9f2240
[libomptarget-nvptx] Add tests for nested parallelism

Clang trunk will serialize nested parallel regions. Check that this
is correctly reflected in various API methods.

Differential Revision: https://reviews.llvm.org/D51786

llvm-svn: 343382
openmp/libomptarget/deviceRTLs/nvptx/test/parallel/level.c [new file with mode: 0644]
openmp/libomptarget/deviceRTLs/nvptx/test/parallel/nested.c [new file with mode: 0644]