[all-commits] [llvm/llvm-project] 95e11a: [OpenMP][FIX] Unbreak a fencing issue
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Nov 2 15:04:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95e11a97f6666400e89c66bdf9a61bb87ede5708
https://github.com/llvm/llvm-project/commit/95e11a97f6666400e89c66bdf9a61bb87ede5708
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2023-11-02 (Thu, 02 Nov 2023)
Changed paths:
M openmp/libomptarget/DeviceRTL/src/Reduction.cpp
Log Message:
-----------
[OpenMP][FIX] Unbreak a fencing issue
A recent update caused the fences to be team only while we always need
kernel fences. Broke OpenMC on NVIDIA A100.
More information about the All-commits
mailing list