Skip to content
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

Memset to fix inflated performance when GPU is reset #94

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

mustafabar
Copy link

@mustafabar mustafabar commented Nov 8, 2024

This PR addresses inflated bus BW values that are reported when the GPU memory is reset. Based on @gilbertlee-amd and confirmed by me

the problem is that we only initialize the first section of the subarray. The "shifted" sections are all using uninitialized memory - whatever the value of the GPU memory was.
When we do a GPU reset, this means that the value can be 0, which can ARTIFICIALLY inflate performance (because 0s can be send compressed).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant