mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-11 17:00:18 +00:00
Add an ignore (#1270)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user