Commit 8e967294 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent bf3b299e
......@@ -282,14 +282,8 @@ void reduce(hipStream_t stream,
std::prev(output_shape.lens().end()),
input_shape.lens().begin()))
{
reduce_standard_impl(stream,
result,
arg,
op,
init,
read_input,
read_output,
input_shape.lens().back());
reduce_standard_impl(
stream, result, arg, op, init, read_input, read_output, input_shape.lens().back());
}
else
{
......
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