[PATCH] D62485: New implementation of OpenMP 5.0 detached tasks.

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 19 06:20:32 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL363799: New implementation of OpenMP 5.0 detached tasks. (authored by achurbanov, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D62485?vs=205567&id=205569#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D62485/new/

https://reviews.llvm.org/D62485

Files:
  openmp/trunk/runtime/src/dllexports
  openmp/trunk/runtime/src/include/50/omp.h.var
  openmp/trunk/runtime/src/include/50/omp_lib.f.var
  openmp/trunk/runtime/src/include/50/omp_lib.f90.var
  openmp/trunk/runtime/src/include/50/omp_lib.h.var
  openmp/trunk/runtime/src/kmp.h
  openmp/trunk/runtime/src/kmp_ftn_entry.h
  openmp/trunk/runtime/src/kmp_ftn_os.h
  openmp/trunk/runtime/src/kmp_tasking.cpp
  openmp/trunk/runtime/test/tasking/kmp_detach_tasks_t1.c
  openmp/trunk/runtime/test/tasking/kmp_detach_tasks_t2.c
  openmp/trunk/runtime/test/tasking/kmp_detach_tasks_t3.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62485.205569.patch
Type: text/x-patch
Size: 30123 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190619/babec81b/attachment.bin>


More information about the llvm-commits mailing list