Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
8e967294
Commit
8e967294
authored
Aug 20, 2019
by
Shucai Xiao
Browse files
clang format
parent
bf3b299e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
src/targets/gpu/device/include/migraphx/gpu/device/reduce.hpp
...targets/gpu/device/include/migraphx/gpu/device/reduce.hpp
+2
-8
No files found.
src/targets/gpu/device/include/migraphx/gpu/device/reduce.hpp
View file @
8e967294
...
@@ -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
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment