[all-commits] [llvm/llvm-project] 78e172: [mlir][spirv] Support i32 memref.atomic_rmw conver...
Lei Zhang via All-commits
all-commits at lists.llvm.org
Wed Feb 15 09:54:19 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 78e172fc92e74be3347409e4a67432c97f071818
https://github.com/llvm/llvm-project/commit/78e172fc92e74be3347409e4a67432c97f071818
Author: Lei Zhang <antiagainst at google.com>
Date: 2023-02-15 (Wed, 15 Feb 2023)
Changed paths:
M mlir/lib/Conversion/MemRefToSPIRV/MemRefToSPIRV.cpp
A mlir/test/Conversion/MemRefToSPIRV/atomic.mlir
Log Message:
-----------
[mlir][spirv] Support i32 memref.atomic_rmw conversion
These cases can be directly mapped to spirv.AtomicI* ops.
Reviewed By: kuhar
Differential Revision: https://reviews.llvm.org/D143952
More information about the All-commits
mailing list