[all-commits] [llvm/llvm-project] 6ef16f: [OpenMP] Add OMPT support for omp_all_memory task ...
Joachim via All-commits
all-commits at lists.llvm.org
Fri Jul 7 04:45:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ef16f2618093e3f3def6e905437013de71785f5
https://github.com/llvm/llvm-project/commit/6ef16f2618093e3f3def6e905437013de71785f5
Author: Joachim Jenke <jenke at itc.rwth-aachen.de>
Date: 2023-07-07 (Fri, 07 Jul 2023)
Changed paths:
M openmp/runtime/src/include/omp-tools.h.var
M openmp/runtime/src/kmp_taskdeps.cpp
M openmp/runtime/test/ompt/callback.h
A openmp/runtime/test/ompt/tasks/kmp_task_depend_all.c
A openmp/runtime/test/ompt/tasks/omp_task_depend_all.c
Log Message:
-----------
[OpenMP] Add OMPT support for omp_all_memory task dependence
omp_all_memory currently has no representation in OMPT.
Adding new dependency flags as suggested by omp-lang issue #3007.
Differential Revision: https://reviews.llvm.org/D111788
More information about the All-commits
mailing list