[all-commits] [llvm/llvm-project] d84ded: [OpenMP] libomp: fix bug in implementation of dist...
Andrey Churbanov via All-commits
all-commits at lists.llvm.org
Fri Feb 11 06:34:44 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d84dedc7d3346321f3801237fc0ccd4ce772492d
https://github.com/llvm/llvm-project/commit/d84dedc7d3346321f3801237fc0ccd4ce772492d
Author: AndreyChurbanov <andrey.churbanov at intel.com>
Date: 2022-02-11 (Fri, 11 Feb 2022)
Changed paths:
M openmp/runtime/src/kmp_sched.cpp
A openmp/runtime/test/teams/teams-distr-on-host.c
Log Message:
-----------
[OpenMP] libomp: fix bug in implementation of distribute construct.
Fixed mistaken iterations distribution between different target regions.
Differential Revision: https://reviews.llvm.org/D118393
More information about the All-commits
mailing list