Skip to content

Commit 41de1a7

Browse files
committed
fixup! [BOLT] Add BB index to BAT (#86044)
Simplify test
1 parent a5f7480 commit 41de1a7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mlir/test/Integration/Dialect/Linalg/CPU/ArmSVE/1d-depthwise-conv.mlir

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ func.func @conv() {
3131

3232
// Run the convolution
3333
%res = linalg.depthwise_conv_1d_nwc_wc
34-
{dilations = dense<1> : vector<1xi64>,
35-
strides = dense<1> : vector<1xi64>}
3634
ins(%input_dyn, %filter_dyn : tensor<1x8x?xi32>, tensor<2x?xi32>)
3735
outs(%output_dyn : tensor<1x7x?xi32>) -> tensor<1x7x?xi32>
3836

0 commit comments

Comments
 (0)