Commit 19480e3d authored by Jing Zhang's avatar Jing Zhang
Browse files

fixed instances

parent 493f7f2b
...@@ -56,17 +56,17 @@ using device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f16_mk_kn_mn_irregular_tile_ ...@@ -56,17 +56,17 @@ using device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f16_mk_kn_mn_irregular_tile_
>; >;
void add_device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f16_mk_kn_mn_instances( void add_device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f16_mk_kn_mn_instances(
std::vector<std::unique_ptr<DeviceGroupedGemm<Row, std::vector<std::unique_ptr<DeviceGroupedGemmFixedNK<Row,
Row, Row,
DsLayout, DsLayout,
Row, Row,
F16, F16,
F16, F16,
DsDataType, DsDataType,
F16, F16,
PassThrough, PassThrough,
PassThrough, PassThrough,
Add>>>& instances) Add>>>& instances)
{ {
add_device_operation_instances( add_device_operation_instances(
instances, instances,
......
...@@ -56,17 +56,17 @@ using device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f32_mk_kn_mn_irregular_tile_ ...@@ -56,17 +56,17 @@ using device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f32_mk_kn_mn_irregular_tile_
>; >;
void add_device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f32_mk_kn_mn_instances( void add_device_grouped_gemm_xdl_fixed_nk_bias_f16_f16_f32_mk_kn_mn_instances(
std::vector<std::unique_ptr<DeviceGroupedGemm<Row, std::vector<std::unique_ptr<DeviceGroupedGemmFixedNK<Row,
Row, Row,
DsLayout, DsLayout,
Row, Row,
F16, F16,
F16, F16,
DsDataType, DsDataType,
F32, F32,
PassThrough, PassThrough,
PassThrough, PassThrough,
Add>>>& instances) Add>>>& instances)
{ {
add_device_operation_instances( add_device_operation_instances(
instances, instances,
......
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