Clang trunk will serialize nested parallel regions. Check that this
is correctly reflected in various API methods.
Details
Details
Diff Detail
Diff Detail
Event Timeline
libomptarget/deviceRTLs/nvptx/test/parallel/level.c | ||
---|---|---|
3–4 | Are we allowed to use these includes in tests? |
libomptarget/deviceRTLs/nvptx/test/parallel/level.c | ||
---|---|---|
3–4 | 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. |
Are we allowed to use these includes in tests?