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
2a63f7ed
Commit
2a63f7ed
authored
Jul 20, 2018
by
Paul
Browse files
Generate
parent
8b1d1ac3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
src/include/migraph/operation.hpp
src/include/migraph/operation.hpp
+1
-1
src/include/migraph/pass.hpp
src/include/migraph/pass.hpp
+2
-1
src/include/migraph/target.hpp
src/include/migraph/target.hpp
+2
-2
No files found.
src/include/migraph/operation.hpp
View file @
2a63f7ed
...
...
@@ -15,7 +15,7 @@ namespace migraph {
#ifdef DOXYGEN
/// The operation interface represents an action an instruction will
do
. All
/// The operation interface represents an action an instruction will
perform
. All
/// operation classes must be CopyConstructible.
struct
operation
{
...
...
src/include/migraph/pass.hpp
View file @
2a63f7ed
...
...
@@ -13,7 +13,8 @@ struct program;
#ifdef DOXYGEN
/// This applies a transformation to the instruction in a `program`
/// An interface for applying a transformation to the instructions in a
/// `program`
struct
pass
{
/// A unique name used to identify the pass
...
...
src/include/migraph/target.hpp
View file @
2a63f7ed
...
...
@@ -12,9 +12,9 @@
namespace
migraph
{
#if DOXYGEN
#if
def
DOXYGEN
/// A compilation target
/// A
n interface for a
compilation target
struct
target
{
/// A unique name used to identify the target
...
...
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