[all-commits] [llvm/llvm-project] 1c00d0: [OpenMP] Remove hack around missing atomic load (#...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Thu Jan 16 13:17:37 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1c00d0d7768f959d80393012e93a53c3bad3c138
https://github.com/llvm/llvm-project/commit/1c00d0d7768f959d80393012e93a53c3bad3c138
Author: Joseph Huber <huberjn at outlook.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M offload/DeviceRTL/include/Synchronization.h
Log Message:
-----------
[OpenMP] Remove hack around missing atomic load (#122781)
Summary:
We used to do a fetch add of zero to approximate a load. This is because
the NVPTX backend didn't handle this properly. It's not an issue anymore
so simply use the proper atomic builtin.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list