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
4c370d64
Commit
4c370d64
authored
Oct 29, 2022
by
Paul
Browse files
Format
parent
cad8ceed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/targets/gpu/fuse_ck.cpp
src/targets/gpu/fuse_ck.cpp
+2
-2
No files found.
src/targets/gpu/fuse_ck.cpp
View file @
4c370d64
...
...
@@ -120,9 +120,9 @@ struct find_ck_gemm
void
fuse_ck
::
apply
(
module_pass_manager
&
mpm
)
const
{
if
(
not
enabled
(
MIGRAPHX_DISABLE_CK_GEMM_FUSION
{}))
if
(
not
enabled
(
MIGRAPHX_DISABLE_CK_GEMM_FUSION
{}))
match
::
find_matches
(
mpm
,
find_ck_gemm_pointwise
{});
if
(
not
enabled
(
MIGRAPHX_DISABLE_CK_GEMM
{}))
if
(
not
enabled
(
MIGRAPHX_DISABLE_CK_GEMM
{}))
match
::
find_matches
(
mpm
,
find_ck_gemm
{});
}
...
...
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