[Openmp-commits] [PATCH] D13993: Refactor of task_team code.

Jonathan Peyton via Openmp-commits openmp-commits at lists.llvm.org
Thu Oct 22 13:25:40 PDT 2015


jlpeyton created this revision.
jlpeyton added reviewers: tlwilmar, hfinkel.
jlpeyton added a subscriber: openmp-commits.
jlpeyton set the repository for this revision to rL LLVM.

This is a refactoring of the task_team code that more elegantly handles the two
task_team case.  Two task_teams per team are kept in use for the lifetime of
the team.  Thus no reference counting is needed.


Repository:
  rL LLVM

http://reviews.llvm.org/D13993

Files:
  runtime/src/kmp.h
  runtime/src/kmp_barrier.cpp
  runtime/src/kmp_runtime.c
  runtime/src/kmp_tasking.c
  runtime/src/kmp_wait_release.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13993.38164.patch
Type: text/x-patch
Size: 37821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20151022/fdd56c8e/attachment-0001.bin>


More information about the Openmp-commits mailing list