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
cd3eac0d
Commit
cd3eac0d
authored
Jul 05, 2019
by
Paul
Browse files
Enable miopen fusion
parent
4cc472c0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/fuse_ops.cpp
src/targets/gpu/fuse_ops.cpp
+2
-2
No files found.
src/targets/gpu/fuse_ops.cpp
View file @
cd3eac0d
...
@@ -428,8 +428,8 @@ void fuse_ops::apply(program& p) const
...
@@ -428,8 +428,8 @@ void fuse_ops::apply(program& p) const
// clang-format off
// clang-format off
match
::
find_matches
(
p
,
find_triadd
{});
match
::
find_matches
(
p
,
find_triadd
{});
match
::
find_matches
(
p
,
match
::
find_matches
(
p
,
//
find_conv_bias_relu{ctx},
find_conv_bias_relu
{
ctx
},
//
find_conv_bias{ctx},
find_conv_bias
{
ctx
},
find_add_relu
{}
find_add_relu
{}
);
);
// clang-format on
// clang-format on
...
...
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