[Openmp-commits] [PATCH] D18348: [OMPT] Fix parallel_id and task_id in loop_end with schedule static
Jonas Hahnfeld via Openmp-commits
openmp-commits at lists.llvm.org
Tue Mar 22 04:58:23 PDT 2016
Hahnfeld created this revision.
Hahnfeld added reviewers: jlpeyton, jmellorcrummey, omalyshe.
Hahnfeld added subscribers: tcramer, openmp-commits.
For serialized parallel regions, wrong ids were reported. Now the same code is used as in `kmp_dispatch.cpp` which emits the correct ids.
http://reviews.llvm.org/D18348
Files:
runtime/src/kmp_csupport.c
runtime/test/lit.cfg
runtime/test/ompt/callback.h
runtime/test/ompt/worksharing/for/auto.c
runtime/test/ompt/worksharing/for/auto_serialized.c
runtime/test/ompt/worksharing/for/base.h
runtime/test/ompt/worksharing/for/base_serialized.h
runtime/test/ompt/worksharing/for/dynamic.c
runtime/test/ompt/worksharing/for/dynamic_serialized.c
runtime/test/ompt/worksharing/for/guided.c
runtime/test/ompt/worksharing/for/guided_serialized.c
runtime/test/ompt/worksharing/for/runtime.c
runtime/test/ompt/worksharing/for/runtime_serialized.c
runtime/test/ompt/worksharing/for/static.c
runtime/test/ompt/worksharing/for/static_serialized.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18348.51274.patch
Type: text/x-patch
Size: 10805 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20160322/86be469f/attachment.bin>
More information about the Openmp-commits
mailing list