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
fa16dd41
"vscode:/vscode.git/clone" did not exist on "1ae270c5d0873c0bcd02b9078e3a6bd0f12fbc1d"
Commit
fa16dd41
authored
Jul 02, 2019
by
Shucai Xiao
Browse files
clang format
parent
3655fc2b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/targets/gpu/device/pow.cpp
src/targets/gpu/device/pow.cpp
+2
-1
No files found.
src/targets/gpu/device/pow.cpp
View file @
fa16dd41
...
...
@@ -8,7 +8,8 @@ namespace device {
void
pow
(
hipStream_t
stream
,
const
argument
&
result
,
const
argument
&
arg1
,
const
argument
&
arg2
)
{
nary
(
stream
,
result
,
arg1
,
arg2
)([](
auto
x
,
auto
y
)
{
return
::
pow
(
to_hip_type
(
x
),
to_hip_type
(
y
));
});
nary
(
stream
,
result
,
arg1
,
arg2
)(
[](
auto
x
,
auto
y
)
{
return
::
pow
(
to_hip_type
(
x
),
to_hip_type
(
y
));
});
}
}
// namespace device
...
...
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