diff --git a/ads/common/ops/kernels/op_kernel/furthest_point_sampling.h b/ads/common/ops/kernels/op_kernel/furthest_point_sampling.h index 926ce4d2aa9e6ca75831c7b19cc64691321951df..0d7f71d558ad9450070119140649a567ae6ea243 100644 --- a/ads/common/ops/kernels/op_kernel/furthest_point_sampling.h +++ b/ads/common/ops/kernels/op_kernel/furthest_point_sampling.h @@ -11,7 +11,7 @@ namespace AscendC { constexpr uint32_t BUFFER_NUM = 1u; -constexpr uint32_t MAX_REPEAT_NUM = 255u; +constexpr uint32_t OP_MAX_REPEAT_NUM = 255u; constexpr uint32_t ALLIGNED_BYTES = 256u; enum PointAxis {