[all-commits] [llvm/llvm-project] 996baa: [OpenMP] Fixed a segmentation fault when using tas...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Jul 19 18:09:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 996baa58a440d3ef80c8e227d4fa3234da8215ed
https://github.com/llvm/llvm-project/commit/996baa58a440d3ef80c8e227d4fa3234da8215ed
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
A openmp/libomptarget/test/offloading/taskloop_offload_nowait.cpp
M openmp/runtime/src/kmp_tasking.cpp
Log Message:
-----------
[OpenMP] Fixed a segmentation fault when using taskloop and target nowait
The synchronization of task loop misses hidden helper tasks, causing segmentation
fault reported in https://bugs.llvm.org/show_bug.cgi?id=50002.
Reviewed By: ye-luo
Differential Revision: https://reviews.llvm.org/D106220
More information about the All-commits
mailing list