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
f8c05720
Commit
f8c05720
authored
Apr 13, 2022
by
Paul
Browse files
Reenable disabled passes
parent
e2eb6036
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/targets/gpu/target.cpp
src/targets/gpu/target.cpp
+3
-3
No files found.
src/targets/gpu/target.cpp
View file @
f8c05720
...
...
@@ -78,7 +78,7 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
simplify_qdq
{},
rewrite_quantization
{},
dead_code_elimination
{},
//
eliminate_data_type{unsupported_types, shape::type_t::float_type},
eliminate_data_type
{
unsupported_types
,
shape
::
type_t
::
float_type
},
simplify_reshapes
{},
eliminate_identity
{},
eliminate_pad
{},
...
...
@@ -114,8 +114,8 @@ std::vector<pass> target::get_passes(migraphx::context& gctx, const compile_opti
dead_code_elimination
{},
adjust_allocation
{
gpu_allocation_model
{}},
dead_code_elimination
{},
//
fuse_ops{&ctx, options.fast_math},
//
dead_code_elimination{},
fuse_ops
{
&
ctx
,
options
.
fast_math
},
dead_code_elimination
{},
compile_ops
{
&
ctx
},
dead_code_elimination
{},
write_literals
{
&
ctx
},
...
...
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