Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gaoqiong
MIGraphX
Commits
5372da33
Commit
5372da33
authored
Feb 07, 2023
by
Alan Turner
Browse files
Formatting
parent
ddfac084
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/targets/gpu/prefuse_ops.cpp
src/targets/gpu/prefuse_ops.cpp
+1
-2
No files found.
src/targets/gpu/prefuse_ops.cpp
View file @
5372da33
...
@@ -101,8 +101,7 @@ struct find_add_layernorm
...
@@ -101,8 +101,7 @@ struct find_add_layernorm
auto
matcher
()
const
auto
matcher
()
const
{
{
// CK branch does not work with the used_once() limitation
// CK branch does not work with the used_once() limitation
return
match
::
layernorm
()(
return
match
::
layernorm
()(
match
::
var
(
"x"
)(
match
::
name
(
"add"
).
bind
(
"add"
)));
match
::
var
(
"x"
)(
match
::
name
(
"add"
).
bind
(
"add"
)));
}
}
void
apply
(
module
&
m
,
const
match
::
matcher_result
&
r
)
const
void
apply
(
module
&
m
,
const
match
::
matcher_result
&
r
)
const
...
...
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