-
Notifications
You must be signed in to change notification settings - Fork 22
Remove HIP macros around std:: math functions #343
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
Conversation
| hipify_extra_files_only=False, | ||
| show_detailed=False) | ||
| show_detailed=False, | ||
| no_math_replace=True) |
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.
I didn't find this no_math_replace option in hipify_torch. Could you post the reference URL to it?
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.
This PR requires this hipify-torch commit which introduces no_math_replace:
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.
Alternatively, we can use commit from your hipify PR branch for time being
wenchenvincent
left a comment
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.
@alextmagro We will need to add the hipify_torch changes in this PR. You can either wait for your hipify_torch PR to be merged or if it takes too long, we can use your hipify_torch feature branch for merging this TE PR and update to hipify_torch main later.
Removes several HIP workarounds for std:: math hipifications.
Requires ROCm/hipify_torch#82 prior to merging.