Skip to content

Commit 3fe3240

Browse files
committed
spacing
1 parent 48ca343 commit 3fe3240

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

mlir/test/Dialect/Vector/linearize-subject-to-bitwidth.mlir

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
// RUN: mlir-opt %s -split-input-file -test-bit-width-constrained-vector-linearize=target-vector-bitwidth=128 -verify-diagnostics | FileCheck %s --check-prefixes=ALL,BW-128
2-
3-
// RUN: mlir-opt %s -split-input-file -test-bit-width-constrained-vector-linearize=target-vector-bitwidth=0 | FileCheck %s --check-prefixes=ALL,BW-0
4-
1+
// RUN: mlir-opt %s -split-input-file -test-bit-width-constrained-vector-linearize=target-vector-bitwidth=128 | FileCheck %s --check-prefixes=ALL,BW-128
2+
// RUN: mlir-opt %s -split-input-file -test-bit-width-constrained-vector-linearize=target-vector-bitwidth=0 | FileCheck %s --check-prefixes=ALL,BW-0
53

64
// A vector<2x2xf32> has inner-most dimension with 64-bits. Check that at
75
// bitwidth threshold 128 (>= 64), operations are linearized, and at
@@ -56,4 +54,3 @@ func.func @test_vector_insert(%arg0: vector<2x8x4xf32>, %arg1: vector<8x4xf32>)
5654
%0 = vector.insert %arg1, %arg0[0]: vector<8x4xf32> into vector<2x8x4xf32>
5755
return %0 : vector<2x8x4xf32>
5856
}
59-

0 commit comments

Comments
 (0)