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
4315a991
Commit
4315a991
authored
Dec 05, 2023
by
Umang Yadav
Browse files
add DCE
parent
c60ea0ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/targets/ref/target.cpp
src/targets/ref/target.cpp
+1
-0
No files found.
src/targets/ref/target.cpp
View file @
4315a991
...
@@ -48,6 +48,7 @@ std::vector<pass> target::get_passes(migraphx::context&, const compile_options&)
...
@@ -48,6 +48,7 @@ std::vector<pass> target::get_passes(migraphx::context&, const compile_options&)
eliminate_pad
{},
eliminate_pad
{},
dead_code_elimination
{},
dead_code_elimination
{},
eliminate_data_type
{{
migraphx
::
shape
::
fp8e4m3fnuz_type
},
shape
::
float_type
,
{
"quant_dot"
}},
eliminate_data_type
{{
migraphx
::
shape
::
fp8e4m3fnuz_type
},
shape
::
float_type
,
{
"quant_dot"
}},
dead_code_elimination
{},
insert_pad
{},
insert_pad
{},
dead_code_elimination
{},
dead_code_elimination
{},
rewrite_rnn
{},
rewrite_rnn
{},
...
...
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