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
694e6784
Commit
694e6784
authored
Jul 02, 2019
by
Paul
Browse files
Formatting
parent
a81b5ed8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
src/include/migraphx/matcher.hpp
src/include/migraphx/matcher.hpp
+4
-1
No files found.
src/include/migraphx/matcher.hpp
View file @
694e6784
...
@@ -290,7 +290,10 @@ struct folder
...
@@ -290,7 +290,10 @@ struct folder
Op
op
;
Op
op
;
bool
matches
=
Start
;
bool
matches
=
Start
;
select
(
start
,
[
&
](
auto
ins
)
{
select
(
start
,
[
&
](
auto
ins
)
{
auto
fm
=
[
&
]
{
return
mpack
([
&
](
auto
...
ms
)
{
return
folder
::
fold_match
(
ctx
,
ins
,
ms
...);
});
};
auto
fm
=
[
&
]
{
return
mpack
(
[
&
](
auto
...
ms
)
{
return
folder
::
fold_match
(
ctx
,
ins
,
ms
...);
});
};
matches
=
op
(
always
(
matches
),
fm
);
matches
=
op
(
always
(
matches
),
fm
);
});
});
if
(
matches
==
Matches
)
if
(
matches
==
Matches
)
...
...
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