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
2012bbf7
Commit
2012bbf7
authored
Oct 28, 2022
by
Paul
Browse files
Some cleanup
parent
6c27e905
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
src/targets/gpu/lowering.cpp
src/targets/gpu/lowering.cpp
+0
-4
No files found.
src/targets/gpu/lowering.cpp
View file @
2012bbf7
...
@@ -104,7 +104,6 @@ struct miopen_apply
...
@@ -104,7 +104,6 @@ struct miopen_apply
add_extend_op
(
"scatter_none"
);
add_extend_op
(
"scatter_none"
);
add_extend_op
(
"topk"
);
add_extend_op
(
"topk"
);
add_convolution_op
(
"convolution"
);
add_convolution_op
(
"convolution"
);
add_convolution_op
(
"convolution"
);
add_convolution_op
(
"deconvolution"
);
add_convolution_op
(
"deconvolution"
);
add_convolution_op
(
"quant_convolution"
);
add_convolution_op
(
"quant_convolution"
);
...
@@ -237,9 +236,6 @@ struct miopen_apply
...
@@ -237,9 +236,6 @@ struct miopen_apply
void
add_convolution_op
(
const
std
::
string
&
name
)
void
add_convolution_op
(
const
std
::
string
&
name
)
{
{
apply_map
.
emplace
(
name
,
[
=
](
instruction_ref
ins
)
{
apply_map
.
emplace
(
name
,
[
=
](
instruction_ref
ins
)
{
// auto&& op = any_cast<op::convolution>(ins->get_operator());
// TODO: Use make_op
operation
conv
=
make_op
(
operation
conv
=
make_op
(
"gpu::"
+
name
,
"gpu::"
+
name
,
{{
"op"
,
ins
->
get_operator
().
to_value
()},
{
"int8_x4_format"
,
int8_x4_format
}});
{{
"op"
,
ins
->
get_operator
().
to_value
()},
{
"int8_x4_format"
,
int8_x4_format
}});
...
...
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