Skip to content

Commit

Permalink
【PIR OpTest Fix No.23】 fix test_distribute_fpn_proposals_op (#60335)
Browse files Browse the repository at this point in the history
* fix

* fix
  • Loading branch information
xingmingyyj authored Jan 2, 2024
1 parent a08580e commit b56d140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/pir/dialect/operator/ir/ops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
kernel :
func : distribute_fpn_proposals
data_type : fpn_rois
optional : rois_num
optional : rois_num, multi_level_rois_num

- op : divide
args : (Tensor x, Tensor y)
Expand Down
1 change: 1 addition & 0 deletions test/white_list/pir_op_test_white_list
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test_diagonal_op
test_digamma_op
test_dirichlet_op
test_dist_op
test_distribute_fpn_proposals_op
test_dot_op
test_dpsgd_op
test_edit_distance_op
Expand Down

0 comments on commit b56d140

Please sign in to comment.