[Openmp-commits] [PATCH] D98806: [OpenMP] Implement GOMP task reductions

Jonathan Peyton via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Wed Apr 14 12:53:01 PDT 2021


jlpeyton updated this revision to Diff 337528.
jlpeyton added a comment.

Update tests UNSUPPORTED/XFAIL lines. clang-11 supports task reductions for test task_reduction[2-4].c


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98806

Files:
  openmp/runtime/src/kmp.h
  openmp/runtime/src/kmp_ftn_os.h
  openmp/runtime/src/kmp_gsupport.cpp
  openmp/runtime/src/kmp_tasking.cpp
  openmp/runtime/test/tasking/omp_task_red_taskloop.c
  openmp/runtime/test/tasking/task_reduction1.c
  openmp/runtime/test/tasking/task_reduction2.c
  openmp/runtime/test/tasking/task_reduction3.c
  openmp/runtime/test/tasking/task_reduction4.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98806.337528.patch
Type: text/x-patch
Size: 30152 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20210414/b9b29d57/attachment-0001.bin>


More information about the Openmp-commits mailing list