Skip to content

Commit

Permalink
[XPU] remove generate_proposals and sequence_conv from xpu3_op_list (P…
Browse files Browse the repository at this point in the history
  • Loading branch information
houj04 authored and Wanglongzhi2001 committed Jan 7, 2024
1 parent cdebb18 commit 458d99c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions paddle/phi/backends/xpu/xpu3_op_list.cc
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,6 @@ XPUOpMap& get_kl3_ops() {
{"gelu_grad",
XPUKernelSet({phi::DataType::FLOAT32, phi::DataType::FLOAT16})},
{"gelu", XPUKernelSet({phi::DataType::FLOAT32, phi::DataType::FLOAT16})},
{"generate_proposals_v2", XPUKernelSet({phi::DataType::FLOAT32})},
{"generate_sequence_xpu",
XPUKernelSet({
phi::DataType::FLOAT32,
Expand Down Expand Up @@ -1152,8 +1151,6 @@ XPUOpMap& get_kl3_ops() {
XPUKernelSet({phi::DataType::FLOAT32, phi::DataType::FLOAT16})},

// AddMore
{"sequence_conv", XPUKernelSet({phi::DataType::FLOAT32})},
{"sequence_conv_grad", XPUKernelSet({phi::DataType::FLOAT32})},
{"sequence_unpad", XPUKernelSet({phi::DataType::FLOAT32})},
// Fused op
{"resnet_basic_block_grad", XPUKernelSet({phi::DataType::FLOAT32})},
Expand Down

0 comments on commit 458d99c

Please sign in to comment.