This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget-nvptx] Add tests for nested parallelism
ClosedPublic

Authored by Hahnfeld on Sep 7 2018, 6:31 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

Hahnfeld created this revision.Sep 7 2018, 6:31 AM
ABataev added inline comments.Sep 11 2018, 9:50 AM
libomptarget/deviceRTLs/nvptx/test/parallel/level.c
3–4 ↗(On Diff #164405)

Are we allowed to use these includes in tests?

Hahnfeld added inline comments.Sep 26 2018, 12:44 PM
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.

Hahnfeld marked 2 inline comments as done.Sep 28 2018, 8:08 AM

Ping

This revision is now accepted and ready to land.Sep 28 2018, 8:11 AM
This revision was automatically updated to reflect the committed changes.