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