[all-commits] [llvm/llvm-project] cbea36: [OpenMP][OMPT] Add callbacks for doacross loops
Joachim via All-commits
all-commits at lists.llvm.org
Tue Jun 16 07:54:28 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cbea36903e88b04221b2c4ef95712c907f474b6b
https://github.com/llvm/llvm-project/commit/cbea36903e88b04221b2c4ef95712c907f474b6b
Author: Joachim Protze <protze at itc.rwth-aachen.de>
Date: 2020-06-16 (Tue, 16 Jun 2020)
Changed paths:
M openmp/runtime/src/kmp_csupport.cpp
M openmp/runtime/test/ompt/callback.h
A openmp/runtime/test/ompt/synchronization/ordered_dependences.c
M openmp/runtime/test/ompt/tasks/dependences.c
Log Message:
-----------
[OpenMP][OMPT] Add callbacks for doacross loops
Adds the callbacks for ordered with source/sink dependencies.
The test for task dependencies changed, because callbach.h now actually prints
the passed dependencies and the test also checks for the address.
Reviewed by: hbae
Differential Revision: https://reviews.llvm.org/D81807
More information about the All-commits
mailing list