"example/vscode:/vscode.git/clone" did not exist on "747039cc0bedff2ea5c7f0ebd806e80df0cb12b5"
Commit 12c3c3c0 authored by letaoqin's avatar letaoqin
Browse files

format

parent 74bc4a95
......@@ -47,7 +47,7 @@ struct Add
__host__ __device__ constexpr void
operator()<half_t>(half_t& y, const float& x0, const half_t& x1) const
{
y = type_convert<half_t>(type_convert<float>(x1) + x0);
y = type_convert<half_t>(type_convert<float>(x1) + x0);
};
template <>
......
......@@ -1077,7 +1077,6 @@ struct ConvScaleRelu
float scale_out_;
};
// support fastconvert of int8 to fp16
template <typename InputDataType, typename OutputDataType, index_t RegPackNumber>
......
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