Skip to content

Commit

Permalink
Conv e2e test update
Browse files Browse the repository at this point in the history
  • Loading branch information
Abhishek-Varma committed Aug 28, 2024
1 parent a8918aa commit 255ee39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/samples/conv_pipeline_e2e.mlir
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func.func @conv_2d_nhwc_hwcf_q(%arg0: tensor<2x14x14x32xi8>, %arg1: tensor<3x3x3
return %2 : tensor<2x12x12x64xi32>
}

// CHECK-LABEL: hal.executable.export public @conv_2d_nhwc_hwcf_q_dispatch_0_conv_2d_nhwc_hwcf_q_2x12x12x64x3x3x32_i8xi8xi32xi32xi32
// CHECK-LABEL: hal.executable.export public @conv_2d_nhwc_hwcf_q_dispatch_0_conv_2d_nhwc_hwcf_2x12x12x64x3x3x32_i8xi8xi32
// CHECK: aie.device(npu1_4col)
// CHECK: aie.shim_dma_allocation
// CHECK: aie.shim_dma_allocation
Expand Down

0 comments on commit 255ee39

Please sign in to comment.