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
fdce6293
Commit
fdce6293
authored
Nov 16, 2018
by
Shucai Xiao
Browse files
clang format
parent
0d6a3ee9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
src/targets/gpu/device/sin.cpp
src/targets/gpu/device/sin.cpp
+1
-1
src/targets/gpu/include/migraphx/gpu/device/sin.hpp
src/targets/gpu/include/migraphx/gpu/device/sin.hpp
+1
-1
src/targets/gpu/include/migraphx/gpu/sin.hpp
src/targets/gpu/include/migraphx/gpu/sin.hpp
+1
-1
src/targets/gpu/sin.cpp
src/targets/gpu/sin.cpp
+1
-1
No files found.
src/targets/gpu/device/sin.cpp
View file @
fdce6293
...
...
@@ -14,4 +14,4 @@ void sin(hipStream_t stream, const argument& result, const argument& arg)
}
// namespace device
}
// namespace gpu
}
// namespace MIGRAPH_INLINE_NS
}
// namespace migraph
}
// namespace migraph
x
src/targets/gpu/include/migraphx/gpu/device/sin.hpp
View file @
fdce6293
...
...
@@ -16,6 +16,6 @@ void sin(hipStream_t stream, const argument& result, const argument& arg);
}
// namespace device
}
// namespace gpu
}
// namespace MIGRAPH_INLINE_NS
}
// namespace migraph
}
// namespace migraph
x
#endif
src/targets/gpu/include/migraphx/gpu/sin.hpp
View file @
fdce6293
...
...
@@ -32,6 +32,6 @@ struct hip_sin
}
// namespace gpu
}
// namespace MIGRAPH_INLINE_NS
}
// namespace migraph
}
// namespace migraph
x
#endif
src/targets/gpu/sin.cpp
View file @
fdce6293
...
...
@@ -23,4 +23,4 @@ argument hip_sin::compute(context& ctx, const shape&, const std::vector<argument
}
// namespace gpu
}
// namespace MIGRAPH_INLINE_NS
}
// namespace migraph
}
// namespace migraph
x
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