Skip to content

Commit aff8900

Browse files
committed
add mkldnn compute_propagate_scales int8 pass
1 parent e68da18 commit aff8900

File tree

3 files changed

+531
-0
lines changed

3 files changed

+531
-0
lines changed

paddle/fluid/framework/ir/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ if(WITH_MKLDNN)
141141
pass_library(multi_gru_fuse_pass inference DIR mkldnn)
142142
pass_library(multi_gru_seq_fuse_pass inference DIR mkldnn)
143143
pass_library(quant_dequant_mkldnn_pass inference DIR mkldnn)
144+
pass_library(compute_propagate_scales_mkldnn_pass inference DIR mkldnn)
144145
endif()
145146

146147
if(WITH_IPU)

0 commit comments

Comments
 (0)