-
Notifications
You must be signed in to change notification settings - Fork 360
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
Fix arange #839
Fix arange #839
Conversation
in aten::range evaluator Signed-off-by: Naren Dasan <narens@nvidia.com> Signed-off-by: Naren Dasan <naren@narendasan.com>
to use LF line endings and fix block ids Signed-off-by: Naren Dasan <narens@nvidia.com> Signed-off-by: Naren Dasan <naren@narendasan.com>
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.
Code conforms to Python style guidelines
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.
Code conforms to C++ style guidelines
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.
Code conforms to C++ style guidelines
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.
Code conforms to Python style guidelines
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
Description
Fixes issues with arange getting handled by the wrong code path. Also some fixes to the partitioning code
Partially Fixes #833
Type of change
Please delete options that are not relevant and/or add your own.
Checklist: