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
060ffb39
Commit
060ffb39
authored
Oct 29, 2018
by
Paul
Browse files
Formatting
parent
1a430735
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
src/targets/gpu/fuse_ops.cpp
src/targets/gpu/fuse_ops.cpp
+2
-3
No files found.
src/targets/gpu/fuse_ops.cpp
View file @
060ffb39
...
...
@@ -138,9 +138,8 @@ MIGRAPH_PRED_MATCHER(fusable_conv, instruction_ref ins)
if
(
wei
.
lens
()[
1
]
>
512
and
conv
.
algo
!=
miopenConvolutionFwdAlgoWinograd
)
return
false
;
auto
op
=
conv
.
op
;
return
contains
({{
0
,
0
},
{
1
,
1
},
{
2
,
2
}},
op
.
padding
)
and
contains
({{
0
,
0
},
{
1
,
1
}},
op
.
stride
)
and
op
.
dilation
==
make_array
<
size_t
>
(
1
,
1
);
return
contains
({{
0
,
0
},
{
1
,
1
},
{
2
,
2
}},
op
.
padding
)
and
contains
({{
0
,
0
},
{
1
,
1
}},
op
.
stride
)
and
op
.
dilation
==
make_array
<
size_t
>
(
1
,
1
);
}
struct
hip_triadd
...
...
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