[all-commits] [llvm/llvm-project] ae8471: [flang][cuda] Fix descriptor sync in data transfer...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Fri Feb 28 14:52:54 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae84717d11bf89e69eb9fd74f3ddd32af51192d7
https://github.com/llvm/llvm-project/commit/ae84717d11bf89e69eb9fd74f3ddd32af51192d7
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2025-02-28 (Fri, 28 Feb 2025)
Changed paths:
M flang-rt/lib/cuda/memory.cpp
Log Message:
-----------
[flang][cuda] Fix descriptor sync in data transfer (#129333)
The destination descriptor on the device needs to be sync with the
destination descriptor on the host, not the src one.
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