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