Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
zjing14 committed Aug 4, 2020
1 parent 560b5a0 commit 5afd30a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -172,7 +172,7 @@ void AffixTuningParameters::runOnFunction() {
// b.getI32IntegerAttr(gemmCDstPerWrite));
op.setAttr("matrix_c_dest_data_per_write", b.getI32IntegerAttr(1));
op.setAttr("matrix_c_source_dest_vector_read_write_dim",
b.getI32IntegerAttr(3));
b.getI32IntegerAttr(3));

// Hard coded parameters, will change in a different pass. Please visit
// gridwise_convolution_implicit_gemm_v4r4_nchw_kcyx_nkhw for details
Expand Down

0 comments on commit 5afd30a

Please sign in to comment.