[all-commits] [llvm/llvm-project] 43a128: [mlir][acc] Add reduction accumulate operation (#2...
Razvan Lupusoru via All-commits
all-commits at lists.llvm.org
Mon Jun 8 08:23:13 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 43a128fe790286a53e9a5b1c2b9173eb0c0b2261
https://github.com/llvm/llvm-project/commit/43a128fe790286a53e9a5b1c2b9173eb0c0b2261
Author: Razvan Lupusoru <razvan.lupusoru at gmail.com>
Date: 2026-06-08 (Mon, 08 Jun 2026)
Changed paths:
M mlir/include/mlir/Dialect/OpenACC/OpenACCCGOps.td
M mlir/lib/Dialect/OpenACC/IR/OpenACCCG.cpp
M mlir/test/Dialect/OpenACC/invalid-cg.mlir
M mlir/test/Dialect/OpenACC/ops-cg.mlir
Log Message:
-----------
[mlir][acc] Add reduction accumulate operation (#201954)
Introduce `acc.reduction_accumulate` to represent merging an SSA result
into storage (typically the private memory storage) which will then be
used to combine into the final destination storage.
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