-
Notifications
You must be signed in to change notification settings - Fork 234
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
Hip Refactor for optimizer, partition and pool #1379
Hip Refactor for optimizer, partition and pool #1379
Conversation
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.
comments
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.
Done:)
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @reyna-abhyankar)
lib/kernels/src/hip/pool_2d_kernels.cpp
line 59 at r1 (raw file):
Previously, reyna-abhyankar (Reyna Abhyankar) wrote…
Why?
I see. I changed INCLUDE to EXCLUDE in the macro. Thanks for pointing out.
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.
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @Bob-Chen222)
lib/kernels/src/hip/pool_2d_kernels.cpp
line 59 at r1 (raw file):
Previously, Bob-Chen222 (Bob Chen) wrote…
I see. I changed INCLUDE to EXCLUDE in the macro. Thanks for pointing out.
What do you mean? Isn't the API itself supposed to be miopenPoolingAverage
?
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.
Reviewable status: 0 of 3 files reviewed, 2 unresolved discussions (waiting on @reyna-abhyankar)
lib/kernels/src/hip/pool_2d_kernels.cpp
line 59 at r1 (raw file):
Previously, reyna-abhyankar (Reyna Abhyankar) wrote…
What do you mean? Isn't the API itself supposed to be
miopenPoolingAverage
?
Got it. It has now reverted to the previous version. I trusted GPT too much...
lib/kernels/src/hip/optimizer_kernel.cpp
line 0 at r1 (raw file):
Previously, reyna-abhyankar (Reyna Abhyankar) wrote…
Don't worry about the optimizer kernels. We haven't properly refactored the cuda file
Done.
Description of changes:
add optimizer, partition, pool hip refactor
Related Issues:
Linked Issues:
Issues closed by this PR:
This change is