Commit 1737b087 authored by rocking's avatar rocking
Browse files

Fix type error

parent 85b2fee8
...@@ -9,8 +9,8 @@ ...@@ -9,8 +9,8 @@
#include "maxpool2d_bwd_common.hpp" #include "maxpool2d_bwd_common.hpp"
using InDataType = ck::half_t; using InDataType = float;
using OutDataType = ck::half_t; using OutDataType = float;
using IndexDataType = int32_t; using IndexDataType = int32_t;
using ComputeDataType = float; using ComputeDataType = float;
using DInDataType = float; using DInDataType = float;
......
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