Skip to content

Commit 28279f6

Browse files
authored
[NPU] remove npu int64 kernel for increment op (#34909)
1 parent 34d188b commit 28279f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

paddle/fluid/operators/increment_op_npu.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,5 @@ REGISTER_OP_NPU_KERNEL(
6464
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, float>,
6565
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, double>,
6666
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, int>,
67-
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext, int64_t>,
6867
ops::IncrementalNPUKernel<paddle::platform::NPUDeviceContext,
6968
plat::float16>)

0 commit comments

Comments
 (0)