ck:tf32:complement CK_ENABLE_TF32 controls (#3426)

This commit is contained in:
yinglu
2025-12-19 09:17:29 +08:00
committed by GitHub
parent e77a7ca2bc
commit ba897f8435
13 changed files with 665 additions and 645 deletions

View File

@@ -47,7 +47,8 @@ static void print_helper_msg()
<< "arg5: initialization (0: no init, 1: integer value, 2: decimal value)\n"
<< "arg6: print tensor value (0: no; 1: yes)\n"
<< "arg7: time kernel (0: no, 1: yes)\n"
<< ck::utils::conv::get_conv_param_parser_helper_msg() << std::endl;
<< ck::utils::conv::get_conv_param_parser_helper_msg() << std::endl
<< "arg8: split-K (0: internally computed split-K value; 1, 2, 4, 8, 16, 32, 64, 128: set k batches explicitly)\n";
// clang-format on
}