Commit f8c05720 authored by Paul's avatar Paul
Browse files

Reenable disabled passes

parent e2eb6036
......@@ -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},
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment