-
Notifications
You must be signed in to change notification settings - Fork 5.9k
refine arange check #74226
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refine arange check #74226
Conversation
|
你的PR提交成功,感谢你对开源项目的贡献! |
|
/re-run all-failed |
Codecov Report❌ Patch coverage is
❌ Your patch status has failed because the patch coverage (88.88%) is below the target coverage (90.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #74226 +/- ##
==========================================
Coverage ? 88.88%
==========================================
Files ? 2
Lines ? 9
Branches ? 0
==========================================
Hits ? 8
Misses ? 1
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
/re-run all-failed |
|
/re-run all-failed |
|
@ddchenhao66 请审核 |
PR Category
User Experience
PR Types
Improvements
Description
refine arange check #74159
主要还是在显式设置 dtype 为 int 类型,在传入底层算子之前会被 cast 成同一类型,所以 inf 会被 cast 成 int 传入导致的,所以在 cast 之前就检查一下。