diff --git a/example/20_grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_dl_v4.hpp b/example/20_grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_dl_v4.hpp index b668f5dc90..82cbe95951 100644 --- a/example/20_grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_dl_v4.hpp +++ b/example/20_grouped_conv_bwd_weight/device_grouped_conv_bwd_weight_dl_v4.hpp @@ -138,7 +138,7 @@ struct GridwiseGroupedConv2DBwdWeightDlV4 static constexpr index_t TileIn_Align_H = math::max(TileIn_Pack_H * TileIn_Pack_Group + Pad_H, TileIn_H); - static constexpr index_t TileOut_Pack_W = GetAlignedPackW; + static constexpr index_t TileOut_Pack_W = GetAlignedPackW(); static constexpr index_t TileOut_Pack_Group = WaveSize / TileIn_Pack_W; static constexpr index_t TileOut_Pack_H = math::integer_divide_ceil(TileOut_H, TileOut_Pack_Group); @@ -763,7 +763,7 @@ struct DeviceGroupedConvBwdWeightDlV4 : public DeviceGroupedConvBwdWeight;