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
0c0032b4
Commit
0c0032b4
authored
Sep 25, 2018
by
Paul
Browse files
Formatting
parent
4c42a46d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
test/matcher.cpp
test/matcher.cpp
+4
-1
No files found.
test/matcher.cpp
View file @
0c0032b4
...
@@ -355,7 +355,10 @@ struct match_find_sum
...
@@ -355,7 +355,10 @@ struct match_find_sum
migraph
::
instruction_ref
ins
;
migraph
::
instruction_ref
ins
;
auto
matcher
()
const
{
return
matchers
::
name
(
"sum"
);
}
auto
matcher
()
const
{
return
matchers
::
name
(
"sum"
);
}
void
apply
(
migraph
::
program
&
,
matchers
::
matcher_result
r
)
const
{
EXPECT
(
bool
{
r
.
result
==
ins
});
}
void
apply
(
migraph
::
program
&
,
matchers
::
matcher_result
r
)
const
{
EXPECT
(
bool
{
r
.
result
==
ins
});
}
};
};
struct
match_find_literal
struct
match_find_literal
...
...
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