Add an ignore (#1270)

This commit is contained in:
Rostyslav Geyyer
2024-04-30 22:45:22 -05:00
committed by GitHub
parent 43579900a9
commit a2d0bdd5a9
3 changed files with 3 additions and 0 deletions

View File

@@ -48,6 +48,7 @@ void add_device_grouped_conv3d_bwd_data_xdl_ndhwgk_gkzyxc_ndhwgc_input_f16_comp_
ConvBwdDataFilter1x1Stride1Pad0>{});
#else
#pragma message "These instances were deprecated"
std::ignore = instances;
#endif
}

View File

@@ -45,6 +45,7 @@ void add_device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_bf8_
ConvBwdWeightFilter1x1Stride1Pad0>{});
#else
#pragma message "These instances were deprecated"
std::ignore = instances;
#endif
}

View File

@@ -52,6 +52,7 @@ void add_device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_f8_instance
ConvFwd1x1S1P0>{});
#else
#pragma message "These instances were deprecated"
std::ignore = instances;
#endif
}