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
1770a342
Commit
1770a342
authored
Jun 13, 2022
by
Paul
Browse files
Format
parent
aeb60bce
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/include/migraphx/module.hpp
src/include/migraphx/module.hpp
+1
-4
src/targets/gpu/fuse_mlir.cpp
src/targets/gpu/fuse_mlir.cpp
+6
-3
No files found.
src/include/migraphx/module.hpp
View file @
1770a342
...
@@ -178,10 +178,7 @@ struct module
...
@@ -178,10 +178,7 @@ struct module
std
::
unique_ptr
<
module_impl
>
impl
;
std
::
unique_ptr
<
module_impl
>
impl
;
};
};
inline
module
&
get_module
(
module
&
m
)
inline
module
&
get_module
(
module
&
m
)
{
return
m
;
}
{
return
m
;
}
}
// namespace MIGRAPHX_INLINE_NS
}
// namespace MIGRAPHX_INLINE_NS
}
// namespace migraphx
}
// namespace migraphx
...
...
src/targets/gpu/fuse_mlir.cpp
View file @
1770a342
...
@@ -93,7 +93,10 @@ struct find_conv_pointwise
...
@@ -93,7 +93,10 @@ struct find_conv_pointwise
};
};
}
// namespace
}
// namespace
void
fuse_mlir
::
apply
(
module_pass_manager
&
mpm
)
const
{
match
::
find_matches
(
mpm
,
find_conv_pointwise
{});
}
void
fuse_mlir
::
apply
(
module_pass_manager
&
mpm
)
const
{
match
::
find_matches
(
mpm
,
find_conv_pointwise
{});
}
}
// namespace gpu
}
// namespace gpu
...
...
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