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
27b636a4
Commit
27b636a4
authored
Jul 31, 2018
by
Paul
Browse files
Formatting
parent
e78fc77f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
5 deletions
+2
-5
src/include/migraph/check_context.hpp
src/include/migraph/check_context.hpp
+2
-5
No files found.
src/include/migraph/check_context.hpp
View file @
27b636a4
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
namespace
migraph
{
namespace
migraph
{
template
<
class
T
>
template
<
class
T
>
struct
check_context
struct
check_context
{
{
struct
op
struct
op
...
@@ -22,10 +22,7 @@ struct check_context
...
@@ -22,10 +22,7 @@ struct check_context
};
};
std
::
string
name
()
const
{
return
"check_context"
;
}
std
::
string
name
()
const
{
return
"check_context"
;
}
void
apply
(
program
&
p
)
const
void
apply
(
program
&
p
)
const
{
p
.
insert_instruction
(
p
.
begin
(),
op
{});
}
{
p
.
insert_instruction
(
p
.
begin
(),
op
{});
}
};
};
}
// namespace migraph
}
// namespace migraph
...
...
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