Skip to content

Commit

Permalink
temporally disable set_value (#48942)
Browse files Browse the repository at this point in the history
  • Loading branch information
HarperCy authored Dec 9, 2022
1 parent 992250b commit 905be66
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions paddle/phi/backends/xpu/xpu2_op_list.cc
Original file line number Diff line number Diff line change
Expand Up @@ -417,13 +417,6 @@ XPUOpMap& get_kl2_ops() {
phi::DataType::FLOAT32})},
{"sampling_id",
XPUKernelSet({phi::DataType::FLOAT32, phi::DataType::FLOAT64})},
{"set_value",
XPUKernelSet({phi::DataType::INT32,
phi::DataType::INT64,
phi::DataType::FLOAT16,
phi::DataType::FLOAT32})},
{"set_value_grad",
XPUKernelSet({phi::DataType::FLOAT16, phi::DataType::FLOAT32})},
{"sgd", XPUKernelSet({phi::DataType::FLOAT32, phi::DataType::FLOAT16})},
{"sgd_dense_param_sparse_grad",
XPUKernelSet({phi::DataType::FLOAT32, phi::DataType::FLOAT16})},
Expand Down

0 comments on commit 905be66

Please sign in to comment.