"git@developer.sourcefind.cn:modelzoo/resnet50_tensorflow.git" did not exist on "72384b077133ee7f0e83a00c9e73218d3fe86e85"
Unverified Commit a2d0bdd5 authored by Rostyslav Geyyer's avatar Rostyslav Geyyer Committed by GitHub
Browse files

Add an ignore (#1270)

parent 43579900
...@@ -48,6 +48,7 @@ void add_device_grouped_conv3d_bwd_data_xdl_ndhwgk_gkzyxc_ndhwgc_input_f16_comp_ ...@@ -48,6 +48,7 @@ void add_device_grouped_conv3d_bwd_data_xdl_ndhwgk_gkzyxc_ndhwgc_input_f16_comp_
ConvBwdDataFilter1x1Stride1Pad0>{}); ConvBwdDataFilter1x1Stride1Pad0>{});
#else #else
#pragma message "These instances were deprecated" #pragma message "These instances were deprecated"
std::ignore = instances;
#endif #endif
} }
......
...@@ -45,6 +45,7 @@ void add_device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_bf8_ ...@@ -45,6 +45,7 @@ void add_device_grouped_conv3d_bwd_weight_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_bf8_
ConvBwdWeightFilter1x1Stride1Pad0>{}); ConvBwdWeightFilter1x1Stride1Pad0>{});
#else #else
#pragma message "These instances were deprecated" #pragma message "These instances were deprecated"
std::ignore = instances;
#endif #endif
} }
......
...@@ -52,6 +52,7 @@ void add_device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_f8_instance ...@@ -52,6 +52,7 @@ void add_device_grouped_conv3d_fwd_xdl_ndhwgc_gkzyxc_ndhwgk_f16_comp_f8_instance
ConvFwd1x1S1P0>{}); ConvFwd1x1S1P0>{});
#else #else
#pragma message "These instances were deprecated" #pragma message "These instances were deprecated"
std::ignore = instances;
#endif #endif
} }
......
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