Commit a014aa09 authored by rocking's avatar rocking
Browse files

Fix dimension

parent 16595e96
...@@ -30,7 +30,7 @@ template <typename InDataType, ...@@ -30,7 +30,7 @@ template <typename InDataType,
ck::index_t ReduceKThreadSliceSize, ck::index_t ReduceKThreadSliceSize,
ck::index_t InSrcOutDstVectorSize> ck::index_t InSrcOutDstVectorSize>
struct DevicePool2dFwd_Input_N_Hi_Wi_C_Output_N_Ho_Wo_C struct DevicePool2dFwd_Input_N_Hi_Wi_C_Output_N_Ho_Wo_C
: public DevicePoolFwd<5, 2, ReduceOpId, OuputIndex> : public DevicePoolFwd<4, 2, ReduceOpId, OuputIndex>
{ {
static constexpr auto I0 = Number<0>{}; static constexpr auto I0 = Number<0>{};
static constexpr auto I1 = Number<1>{}; static constexpr auto I1 = Number<1>{};
...@@ -39,7 +39,7 @@ struct DevicePool2dFwd_Input_N_Hi_Wi_C_Output_N_Ho_Wo_C ...@@ -39,7 +39,7 @@ struct DevicePool2dFwd_Input_N_Hi_Wi_C_Output_N_Ho_Wo_C
static constexpr auto I4 = Number<4>{}; static constexpr auto I4 = Number<4>{};
static constexpr auto I5 = Number<5>{}; static constexpr auto I5 = Number<5>{};
static constexpr index_t InOutRank = 5; static constexpr index_t InOutRank = 4;
static constexpr index_t WindowRank = 2; static constexpr index_t WindowRank = 2;
using IndexDataType = int32_t; using IndexDataType = int32_t;
......
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