[Openmp-commits] [PATCH] D51785: [libomptarget-nvptx] Ignore calls to dynamic API

Jonas Hahnfeld via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Sep 7 06:31:10 PDT 2018


Hahnfeld created this revision.
Hahnfeld added reviewers: AlexEichenberger, grokos, kkwli0.
Herald added a subscriber: openmp-commits.

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.


Repository:
  rOMP OpenMP

https://reviews.llvm.org/D51785

Files:
  libomptarget/deviceRTLs/nvptx/src/libcall.cu
  libomptarget/deviceRTLs/nvptx/src/omptarget-nvptx.h
  libomptarget/deviceRTLs/nvptx/test/api/ignored.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51785.164404.patch
Type: text/x-patch
Size: 5024 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20180907/f32aff27/attachment.bin>


More information about the Openmp-commits mailing list