[Mlir-commits] [mlir] [mlir][vector] Add extra check on distribute types to avoid crashes (PR #102952)
Jakub Kuderski
llvmlistbot at llvm.org
Tue Aug 13 14:01:56 PDT 2024
================
@@ -620,6 +620,38 @@ func.func @vector_reduction(%laneid: index) -> (f32) {
// -----
+// CHECK-PROP-LABEL: func @warp_distribute(
+// CHECK-PROP-SAME: %[[ID:.*]]: index, %[[SRC:.+]]: memref<128xf32>, %[[DEST:.+]]: memref<128xf32>)
+// CHECK-PROP: vector.warp_execute_on_lane_0(%[[ID]])[32]
+// CHECK-PROP-NEXT: "some_def"() : () -> vector<4096xf32>
+// CHECK-PROP-NEXT: %{{.*}} = vector.reduction
----------------
kuhar wrote:
Could you pad all of these lines with spaces so that code starts on the same column? I find it much easier to read.
https://github.com/llvm/llvm-project/pull/102952
More information about the Mlir-commits
mailing list