[all-commits] [llvm/llvm-project] 3356e2: [OpenMP] Implementation of OMPT reduction callbacks

Joachim via All-commits all-commits at lists.llvm.org
Fri Dec 27 06:31:09 PST 2019


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3356e268f6cdfd4815da70ae4fc6b8db63163375
      https://github.com/llvm/llvm-project/commit/3356e268f6cdfd4815da70ae4fc6b8db63163375
  Author: protze at itc.rwth-aachen.de <protze at itc.rwth-aachen.de>
  Date:   2019-12-27 (Fri, 27 Dec 2019)

  Changed paths:
    M openmp/runtime/src/kmp_barrier.cpp
    M openmp/runtime/src/kmp_csupport.cpp
    M openmp/runtime/src/ompt-event-specific.h
    M openmp/runtime/src/ompt-specific.h
    M openmp/runtime/test/ompt/callback.h
    A openmp/runtime/test/ompt/synchronization/reduction/empty_reduce.c
    A openmp/runtime/test/ompt/synchronization/reduction/tree_reduce.c

  Log Message:
  -----------
  [OpenMP] Implementation of OMPT reduction callbacks

Including two tests
These callbacks were added late to the 5.0 specification, an implementation is missing.

Reviewed By: jdoerfert

Differential Review: https://reviews.llvm.org/D70395




More information about the All-commits mailing list