-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL][L0] Set minimum pooled USM allocation size on device to 512 #5635
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
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.
please address 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.
Please, update PR title according to the contribution guide.
In particular:
from https://llvm.org/docs/DeveloperPolicy.html#commit-messages
The title should be concise. Because all commits are emailed to the list with the first line as the subject, long titles are frowned upon. Short titles also look better in git log.
When the changes are restricted to a specific part of the code (e.g. a back-end or optimization pass), it is customary to add a tag to the beginning of the line in square brackets. For example, “[SCEV] …” or “[OpenMP] …”. This helps email filters and searches for post-commit reviews.
"lj35332" doesn't say much to me.
Please, add tags to the PR title.
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 changed "[PI]" to "[L0]".
This change increases minimum allocation size on Device to 512 to match granularity of newer GPUs. It also improves env var processing and corrects the documentation.