[Mlir-commits] [mlir] [mlir][vector] Add alignment attribute to vector operations. (PR #152507)

Erick Ochoa Lopez llvmlistbot at llvm.org
Mon Aug 11 06:50:00 PDT 2025


================
@@ -1382,6 +1382,11 @@ def Vector_TransferReadOp :
     An additional `1` broadcast is required. On a GPU this broadcast could be
     implemented using a warp-shuffle if loop `j` were mapped to `threadIdx.x`.
 
+    An optional `alignment` attribute allows to specify the byte alignment of the
----------------
amd-eochoalo wrote:

Thanks @kuhar, I removed it here https://github.com/llvm/llvm-project/pull/152507/commits/3180cd0c1875bb3c3e2b8ebd561ea0a9acb7ba1d and added it back to `vector.gather` here: https://github.com/llvm/llvm-project/pull/152507/commits/47db5b173ffaddbc7a723d79881017a9ae2818a0

https://github.com/llvm/llvm-project/pull/152507


More information about the Mlir-commits mailing list