Skip to content

Conversation

@enkilee
Copy link
Contributor

@enkilee enkilee commented Aug 8, 2025

PR Category

Execute Infrastructure

PR Types

Others

Description

slice_utils.h:528:29: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
           for (int i = 0; i < slice_tensor.shape().size(); i++) {

slice_utils.h:687:27: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::vector<long int>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare]
         for (int j = 0; j < index.shape().size(); j++) {

change int to size_t

@paddle-bot
Copy link

paddle-bot bot commented Aug 8, 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 Aug 8, 2025
@luotao1 luotao1 added the HappyOpenSource 快乐开源活动issue与PR label Aug 8, 2025
@luotao1 luotao1 self-assigned this Aug 8, 2025
@enkilee
Copy link
Contributor Author

enkilee commented Aug 8, 2025

/re-run all-failed

@luotao1 luotao1 merged commit c0d63c1 into PaddlePaddle:develop Aug 8, 2025
91 of 94 checks passed
Enigmatisms pushed a commit to Enigmatisms/Paddle that referenced this pull request Aug 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

contributor External developers HappyOpenSource 快乐开源活动issue与PR skip-ci: all skip-ci: slice

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants