[Openmp-commits] [PATCH] D146706: [OpenMP] Add tests on task in_reduction and depend clause
Animesh Kumar via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Mar 23 03:00:56 PDT 2023
animeshk-amd created this revision.
animeshk-amd added reviewers: saiislam, JonChesterfield.
Herald added subscribers: sunshaoce, mgrang, guansong, yaxunl.
Herald added a project: All.
animeshk-amd requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: openmp-commits, jplehr, sstefan1.
Herald added a project: OpenMP.
The working of depend clause can be correctly tested by
means of execution tests and not at the LLVM IR level.
The `in_reduction` clause wasn't being tested with task
construct in the context of a target region. These tests
are imported/inspired from the SOLLVE tests.
SOLLVE repo: https://github.com/SOLLVE/sollve_vv
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146706
Files:
openmp/libomptarget/test/offloading/target_task_reductions.c
openmp/runtime/test/tasking/omp_task_depend_iterator.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146706.507667.patch
Type: text/x-patch
Size: 4521 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/openmp-commits/attachments/20230323/720e6de7/attachment.bin>
More information about the Openmp-commits
mailing list