[OpenMP][OMPT] fix reduction test for 32-bit x86Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=44733 | TEST 'libomp :: ompt/synchronization/reduction/tree_reduce.c' FAILED on 32-bit x86 ]]For 32-
[OpenMP][OMPT] fix reduction test for 32-bit x86Fixes [[ https://bugs.llvm.org/show_bug.cgi?id=44733 | TEST 'libomp :: ompt/synchronization/reduction/tree_reduce.c' FAILED on 32-bit x86 ]]For 32-bit we need at least 3 variables to avoid atomic reduction to bechoosen by runtime function `__kmp_determine_reduction_method`.This patch adds reduction variables to the testcase.Reviewers: mgorny, HahnfeldDifferential Revision: https://reviews.llvm.org/D73850
show more ...
[OpenMP] Implementation of OMPT reduction callbacksIncluding two testsThese callbacks were added late to the 5.0 specification, an implementation is missing.Reviewed By: jdoerfertDifferential
[OpenMP] Implementation of OMPT reduction callbacksIncluding two testsThese callbacks were added late to the 5.0 specification, an implementation is missing.Reviewed By: jdoerfertDifferential Review: https://reviews.llvm.org/D70395