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
2d6c550a
Commit
2d6c550a
authored
Apr 18, 2019
by
Shucai Xiao
Browse files
clang format
parent
d2f9399a
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
37 deletions
+35
-37
src/targets/cpu/lowering.cpp
src/targets/cpu/lowering.cpp
+31
-31
src/targets/gpu/convert.cpp
src/targets/gpu/convert.cpp
+2
-2
src/targets/gpu/device/convert.cpp
src/targets/gpu/device/convert.cpp
+1
-2
src/targets/gpu/include/migraphx/gpu/device/convert.hpp
src/targets/gpu/include/migraphx/gpu/device/convert.hpp
+1
-2
No files found.
src/targets/cpu/lowering.cpp
View file @
2d6c550a
src/targets/gpu/convert.cpp
View file @
2d6c550a
src/targets/gpu/device/convert.cpp
View file @
2d6c550a
...
@@ -6,8 +6,7 @@ inline namespace MIGRAPHX_INLINE_NS {
...
@@ -6,8 +6,7 @@ inline namespace MIGRAPHX_INLINE_NS {
namespace
gpu
{
namespace
gpu
{
namespace
device
{
namespace
device
{
argument
argument
convert
(
hipStream_t
stream
,
const
argument
&
result
,
const
argument
&
arg
)
convert
(
hipStream_t
stream
,
const
argument
&
result
,
const
argument
&
arg
)
{
{
result
.
visit
([
&
](
auto
output
)
{
result
.
visit
([
&
](
auto
output
)
{
arg
.
visit
([
&
](
auto
input
)
{
arg
.
visit
([
&
](
auto
input
)
{
...
...
src/targets/gpu/include/migraphx/gpu/device/convert.hpp
View file @
2d6c550a
...
@@ -11,8 +11,7 @@ inline namespace MIGRAPHX_INLINE_NS {
...
@@ -11,8 +11,7 @@ inline namespace MIGRAPHX_INLINE_NS {
namespace
gpu
{
namespace
gpu
{
namespace
device
{
namespace
device
{
argument
argument
convert
(
hipStream_t
stream
,
const
argument
&
result
,
const
argument
&
arg
);
convert
(
hipStream_t
stream
,
const
argument
&
result
,
const
argument
&
arg
);
}
// namespace device
}
// namespace device
}
// namespace gpu
}
// namespace gpu
...
...
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