Skip to content

Commit

Permalink
[test] Check depthwise conv is vectorized in test (NFC)
Browse files Browse the repository at this point in the history
Quick follow-up to iree-org#18190, as I realized the test may also pass if the
conv fails to vectorize.
  • Loading branch information
MacDue committed Aug 15, 2024
1 parent 55759fa commit ba270da
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -503,3 +503,6 @@ func.func @depthwise_conv_fold_away_masking(%arg0: tensor<1x68x120x96xf32>, %arg
// CHECK-MASK-LABEL: func.func @depthwise_conv_fold_away_masking
// CHECK-MASK-NOT: vector.create_mask
// CHECK-MASK-NOT: vector.constant_mask
// CHECK: vector.fma
// CHECK-MASK-NOT: vector.create_mask
// CHECK-MASK-NOT: vector.constant_mask

0 comments on commit ba270da

Please sign in to comment.