This is an archive of the discontinued LLVM Phabricator instance.

[libomptarget-nvptx] Ignore calls to dynamic API
ClosedPublic

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

Details

Summary

There is no support and according to the OpenMP 4.5, p238:7-9:

For implementations that do not support dynamic adjustment
of the number of threads this routine has no effect: the
value of dyn-var remains false.

Add a test that cancellation and nested parallelism aren't
supported either.

Diff Detail

Event Timeline

Hahnfeld created this revision.Sep 7 2018, 6:31 AM
This revision is now accepted and ready to land.Sep 28 2018, 8:38 AM
This revision was automatically updated to reflect the committed changes.