Skip to content

Commit 0724373

Browse files
authored
Update trt_embedding_eltwise_layernorm_fuse_pass.cc (#62048)
* Update trt_embedding_eltwise_layernorm_fuse_pass.cc * ci
1 parent c5fcf42 commit 0724373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

paddle/fluid/framework/ir/trt_embedding_eltwise_layernorm_fuse_pass.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,4 +496,4 @@ REGISTER_PASS_CAPABILITY(trt_embedding_eltwise_layernorm_fuse_pass)
496496
paddle::framework::compatible::OpVersionComparatorCombination()
497497
.LE("lookup_table", 1)
498498
.LE("lookup_table_v2", 1)
499-
.LE("elementweise_add", 1));
499+
.LE("elementwise_add", 1));

0 commit comments

Comments
 (0)