"vscode:/vscode.git/clone" did not exist on "711bc05ca2b4007293ce45f6bafb6a25612e128a"
Commit 71e5eab1 authored by carlushuang's avatar carlushuang
Browse files

fix a bug in naming

parent 5db79de0
......@@ -1023,7 +1023,7 @@ struct DeviceConvNDDirectFwdBiasActivationAddAvx2_Input_N_Hi_Wi_C_Weight_K_Y_X_C
};
// clang-format off
str << "DeviceConv" << std::to_string(NumDimSpatial)
<< "DDirectFwd_BBAA_vx2_NHWC_KYXCK8"
<< "DDirectFwd_BBA_Avx2_NHWC_KYXCK8"
// <<"_FS"<< static_cast<int>(ConvForwardSpecialization)
// <<"_KS"<< static_cast<int>(gridwise_gemm.dynamic_tunable.gemm_k_spec)
<<"_BS"<< static_cast<int>(gridwise_gemm.dynamic_tunable.loop_over_spec)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment