Skip to content

Commit

Permalink
[Paddle Inference] Add float_to_half_pass to support inference with m…
Browse files Browse the repository at this point in the history
…ixed precision (PaddlePaddle#47993)
  • Loading branch information
yuanlehome authored Dec 6, 2022
1 parent 292bf8a commit 09a2e53
Show file tree
Hide file tree
Showing 13 changed files with 1,185 additions and 20 deletions.
1 change: 1 addition & 0 deletions paddle/fluid/framework/ir/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ pass_library(delete_c_identity_op_pass inference)
pass_library(preln_residual_bias_fuse_pass inference)
pass_library(delete_fill_constant_op_pass inference)
pass_library(constant_folding_pass inference)
pass_library(float_to_half_pass inference)
pass_library(conv2d_fusion_layout_transfer_pass inference)
pass_library(simplify_with_basic_ops_pass base)
pass_library(fc_elementwise_layernorm_fuse_pass base)
Expand Down
Loading

0 comments on commit 09a2e53

Please sign in to comment.