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
86dfc8b9
Commit
86dfc8b9
authored
Nov 05, 2018
by
wsttiger
Browse files
documentation
parent
654e77ce
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 @
86dfc8b9
...
...
@@ -17,12 +17,12 @@ struct program;
#ifdef DOXYGEN
/// An interface for
applying an
optimization for the concat instruction
/// An interface for
target-dependent
optimization for the concat instruction
struct
concat_optimization
{
///
A
name
used to identify the concat optimization
///
The
name
of the target-dependent concat operator
std
::
string
name
()
const
;
/// A name
used to identify the
allocate operator
/// A name
of the target-dependent
allocate operator
std
::
string
allocate
()
const
;
/// Return the target-independent concat operator
op
::
concat
get_concat
(
const
operation
&
op
)
const
;
...
...
tools/include/concat_opt.hpp
View file @
86dfc8b9
...
...
@@ -17,12 +17,12 @@ struct program;
#ifdef DOXYGEN
/// An interface for
applying an
optimization for the concat instruction
/// An interface for
target-dependent
optimization for the concat instruction
struct
concat_optimization
{
///
A
name
used to identify the concat optimization
///
The
name
of the target-dependent concat operator
std
::
string
name
()
const
;
/// A name
used to identify the
allocate operator
/// A name
of the target-dependent
allocate operator
std
::
string
allocate
()
const
;
/// 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