-
Notifications
You must be signed in to change notification settings - Fork 793
[UR][L0] Add pool statistics #19360
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
base: sycl
Are you sure you want to change the base?
[UR][L0] Add pool statistics #19360
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.
mostly lgtm
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.
Changes in sycl/test-e2e/AsyncAlloc/device/memory_pool.cpp
LGTM.
Can you add "fixes #19360" to the PR description? so that the issue will be closed when this PR gets merged.
861ef3d
to
5ee8db1
Compare
5ee8db1
to
92dc045
Compare
92dc045
to
f2d4fca
Compare
f2d4fca
to
c98ceb1
Compare
4cc3cee
to
6844164
Compare
Support pool query via urUSMPoolGetInfoExp for information about reserved or in-use memory and their peak sizes.
in sync allocations, when its unsupported by the pool implementation. This accommodates cases like the UMF proxy pool, which does not support this functionality.
676442b
to
55f4d69
Compare
55f4d69
to
b1ff210
Compare
b1ff210
to
b143907
Compare
I've marked the
|
The urCommandBufferAppendMemBufferWriteRectTestWithParam.Success testcase is known to fail sporadically on L0 adapter, the same happens on L0 v2 adapter.
Support pool query via urUSMPoolGetInfoExp for information about reserved or in-use memory and their peak sizes.
Fixes #17772.