Skip to content

Conversation

@co63oc
Copy link
Contributor

@co63oc co63oc commented May 30, 2025

PR Category

Execute Infrastructure

PR Types

Improvements

Description

yolo_box
修改前向
infermeta 不用修改
kernel 修改 cpu/gpu/xpu

PaddleAPITest 测试已修复cuda error

python engine.py --paddle_only=True --api_config='paddle.vision.ops.yolo_box(Tensor([2, 16, 8, 0],"float32"), img_size=Tensor([2, 2],"int32"), anchors=list[10,13,16,30,], class_num=2, conf_thresh=0.01, downsample_ratio=8, clip_bbox=True, scale_x_y=1.0, iou_aware=True, iou_aware_factor=0.5, )'

image

paddle error 是已有的逻辑判断, torch中没有相应接口
image

prior_box
修改前向
infermeta 不用修改
kernel 修改 cpu/gpu/xpu

PaddleAPITest 测试通过
image

box_coder
修改前向
infermeta 不用修改
kernel 修改 cpu/gpu

PaddleAPITest 测试已修复cuda error, paddle error 为已有的判断维度逻辑
image

renorm
修改前向和反向
infermeta没有修改
kernel修改cpu/gpu,共用impl

PaddleAPITest测试通过
image

kron
修改前向和反向
infermeta没有修改
kernel 修改cpu/gpu,共用impl

PaddleAPITest 测试通过
image

repeat_interleave

修改前向和反向
infermeta没有修改
kernel 修改cpu/gpu/xpu

PaddleAPITest 测试通过
image

@paddle-bot
Copy link

paddle-bot bot commented May 30, 2025

你的PR提交成功,感谢你对开源项目的贡献!
请关注后续CI自动化测试结果,详情请参考Paddle-CI手册
Your PR has been submitted. Thanks for your contribution!
Please wait for the result of CI firstly. See Paddle CI Manual for details.

@paddle-bot paddle-bot bot added the contributor External developers label May 30, 2025
@luotao1 luotao1 added the HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 label May 30, 2025
@co63oc co63oc changed the title [0-size Tensor No.357] Add 0-size Tensor support for box_coder [0-size Tensor No.357、359、360] Add 0-size Tensor support for box_coder May 30, 2025
@co63oc co63oc changed the title [0-size Tensor No.357、359、360] Add 0-size Tensor support for box_coder [0-size Tensor No.357、359、360] Add 0-size Tensor support for box_coder/yolo_box/prior_box May 30, 2025
@co63oc co63oc changed the title [0-size Tensor No.357、359、360] Add 0-size Tensor support for box_coder/yolo_box/prior_box [0-size Tensor No.357、359、360、98、246、247、329] Add 0-size Tensor support for box_coder/yolo_box/prior_box/renorm/kron/repeat_interleave May 30, 2025
@co63oc
Copy link
Contributor Author

co63oc commented Jun 2, 2025

PR-CI-Auto-Parallel 这个其他PR也有问题,失败没有提示信息

Copy link
Contributor

@DanielSun11 DanielSun11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Contributor

@wanghuancoder wanghuancoder left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

下次不要提这么大的PR了,不好Review,也不好管理

@co63oc
Copy link
Contributor Author

co63oc commented Jun 4, 2025

下次不要提这么大的PR了,不好Review,也不好管理

OK

@co63oc
Copy link
Contributor Author

co63oc commented Jun 5, 2025

@luotao1 CI已完成

@luotao1 luotao1 merged commit 900cc7b into PaddlePaddle:develop Jun 5, 2025
48 of 51 checks passed
@co63oc co63oc deleted the b49 branch June 14, 2025 22:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers HappyOpenSource Pro 进阶版快乐开源活动,更具挑战性的任务 skip-ci: approval

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants