Skip to content

Commit

Permalink
[Fix](bangc-ops): modify kernel_depends.toml of carafe. (Cambricon#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
YunyiGUANG authored Mar 10, 2023
1 parent 8b7a748 commit 66ddfc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bangc-ops/kernel_depends.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ indice_convolution_backward_filter = ["fill", "transpose", "gather_nd", "matmul"
indice_convolution_forward = ["add_n", "fill", "gather_nd", "matmul", "scatter_nd", "transpose"]
three_nn_forward = ["transpose"]
roipoint_pool3d = ["transpose"]
carafe = ["fill", "tensor_stride_process"]


[bangc-ops.gtest]
Expand Down Expand Up @@ -56,5 +57,5 @@ active_rotated_filter_forward = ["active_rotated_filter"]
deform_roi_pool_forward = ["deform_roi_pool"]
deform_roi_pool_backward = ["deform_roi_pool"]
carafe_forward = ["carafe"]
carafe_backward = ["carafe", "fill", "tensor_stride_process"]
carafe_backward = ["carafe"]

0 comments on commit 66ddfc7

Please sign in to comment.