"...composable_kernel.git" did not exist on "74744cab3e23eb37e1edb980380f68283839bb4a"
Commit 12c3c3c0 authored by letaoqin's avatar letaoqin
Browse files

format

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