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
654e77ce
Commit
654e77ce
authored
Nov 05, 2018
by
wsttiger
Browse files
Fixed documentation
parent
a489c88c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
src/include/migraph/concat_opt.hpp
src/include/migraph/concat_opt.hpp
+3
-3
tools/include/concat_opt.hpp
tools/include/concat_opt.hpp
+3
-3
No files found.
src/include/migraph/concat_opt.hpp
View file @
654e77ce
...
...
@@ -20,11 +20,11 @@ struct program;
/// An interface for applying an optimization for the concat instruction
struct
concat_optimization
{
/// A
unique
name used to identify the concat optimization
/// A name used to identify the concat optimization
std
::
string
name
()
const
;
/// A
unique
name used to identify the allocate operator
/// A name used to identify the allocate operator
std
::
string
allocate
()
const
;
/// Return the
lowered
concat operator
/// Return the
target-independent
concat operator
op
::
concat
get_concat
(
const
operation
&
op
)
const
;
};
...
...
tools/include/concat_opt.hpp
View file @
654e77ce
...
...
@@ -20,11 +20,11 @@ struct program;
/// An interface for applying an optimization for the concat instruction
struct
concat_optimization
{
/// A
unique
name used to identify the concat optimization
/// A name used to identify the concat optimization
std
::
string
name
()
const
;
/// A
unique
name used to identify the allocate operator
/// A name used to identify the allocate operator
std
::
string
allocate
()
const
;
/// Return the
lowered
concat operator
/// Return the
target-independent
concat operator
op
::
concat
get_concat
(
const
operation
&
op
)
const
;
};
...
...
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