-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
add maximum limit for grid of reduce, elementwise and masked_select kernel #37355
Conversation
✅ This PR's description meets the template requirements! |
Thanks for your contribution! |
1f86880
to
cf4c578
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sorry to inform you that df043ba's CIs have passed for more than 7 days. To prevent PR conflicts, you need to re-run all CIs manually. |
ffc7d33
to
29e0739
Compare
2ea4b95
to
716c0fe
Compare
716c0fe
to
36e856a
Compare
该pr已经重新提到pr #38903 |
PR types
Bug fixes
PR changes
APIs
Describe
The grid number of reduce、elementwise and masked_select has not been limited, which may raise a bug like:
So we add a maximum limit for grid of reduce, elementwise and masked_select kernel.