Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
9cf7a3db
Commit
9cf7a3db
authored
Jul 20, 2018
by
Paul
Browse files
Update doc
parent
f3cec5ef
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
tools/include/pass.hpp
tools/include/pass.hpp
+2
-1
tools/include/target.hpp
tools/include/target.hpp
+1
-1
No files found.
tools/include/pass.hpp
View file @
9cf7a3db
...
...
@@ -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
...
...
tools/include/target.hpp
View file @
9cf7a3db
...
...
@@ -14,7 +14,7 @@ namespace migraph {
#if 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