-
Notifications
You must be signed in to change notification settings - Fork 311
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
[MemoryBanking] Support memory banking forGetGlobalOp
#8047
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.
Nice job! Mostly style nits and a few smaller comments.
…ference and update it in-place; and some style changes in the function
…yncast; and some style changes
d1e08ae
to
1561235
Compare
Thanks @cgyurgyik for the review and suggestions! I've finished modifying the code based on the request. And it's ready for another round of review! |
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, thanks!
This patch supports memory banking for multi-dimensional
GetGlobalOp
s and restructure the data in their correspondingGlobalOp
s by the banking scheme (such as the banking factor and the dimension).