[all-commits] [llvm/llvm-project] 0eca26: [flang][cuda] Fix memory side effects on cuf.data_...
Valentin Clement (バレンタイン クレメン) via All-commits
all-commits at lists.llvm.org
Tue May 21 09:59:57 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0eca2655843e1b79e6c65c7239bce8c9a1509568
https://github.com/llvm/llvm-project/commit/0eca2655843e1b79e6c65c7239bce8c9a1509568
Author: Valentin Clement (バレンタイン クレメン) <clementval at gmail.com>
Date: 2024-05-21 (Tue, 21 May 2024)
Changed paths:
M flang/include/flang/Optimizer/Dialect/CUF/CUFOps.td
Log Message:
-----------
[flang][cuda] Fix memory side effects on cuf.data_transfer op (#92928)
The memory side effects on the `cuf.data_transfer` operation were
swapped between the src and dst operands. We read from source and write
to destination not the opposite.
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