-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[CUDA] Fix issue about integer overflow #6586
Conversation
To trigger regression tests:
|
@Rhett-Ying could you review this quick fix? |
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.
could you add a testcase for this issue?
It's probably not easy to add testcase for this issue in python code path as it needs to create a large graph. |
I agree. It may take too much memory and runtime. |
@mfbalin could you help resolve below warning which is the side effect of this PR?
|
Fixes #6585.