We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d188b commit 28279f6Copy full SHA for 28279f6
paddle/fluid/operators/increment_op_npu.cc
@@ -64,6 +64,5 @@ REGISTER_OP_NPU_KERNEL(
64
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, float>,
65
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, double>,
66
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, int>,
67
- ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, int64_t>,
68
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext,
69
plat::float16>)
0 commit comments