Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
e4f5508c
Commit
e4f5508c
authored
Jun 19, 2019
by
Paul
Browse files
Formatting
parent
26d6f15f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/device/include/migraphx/gpu/device/nary.hpp
src/targets/gpu/device/include/migraphx/gpu/device/nary.hpp
+2
-2
No files found.
src/targets/gpu/device/include/migraphx/gpu/device/nary.hpp
View file @
e4f5508c
...
@@ -430,7 +430,7 @@ auto nary(hipStream_t stream, argument result, Arguments... args)
...
@@ -430,7 +430,7 @@ auto nary(hipStream_t stream, argument result, Arguments... args)
}
}
return
true
;
return
true
;
});
});
if
(
fallback
)
if
(
fallback
)
nary_impl
(
stream
,
f
,
result
,
args
...);
nary_impl
(
stream
,
f
,
result
,
args
...);
};
};
}
}
...
...
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