-
Notifications
You must be signed in to change notification settings - Fork 117
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
Add a basic pool manager for memory pools #630
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
igchor
reviewed
Jun 16, 2023
kswiecicki
force-pushed
the
usm-pool-manager
branch
3 times, most recently
from
June 29, 2023 10:34
efb19f0
to
069b268
Compare
vinser52
reviewed
Jun 29, 2023
kswiecicki
force-pushed
the
usm-pool-manager
branch
2 times, most recently
from
July 6, 2023 07:55
0e0c27f
to
63f2920
Compare
kswiecicki
force-pushed
the
usm-pool-manager
branch
2 times, most recently
from
September 6, 2023 13:23
a81b63b
to
0a6ee94
Compare
igchor
reviewed
Sep 6, 2023
kswiecicki
force-pushed
the
usm-pool-manager
branch
from
September 7, 2023 09:30
0a6ee94
to
a970190
Compare
Ref: #517 |
kswiecicki
force-pushed
the
usm-pool-manager
branch
2 times, most recently
from
September 12, 2023 11:19
a3b7f9b
to
c96ffd4
Compare
kswiecicki
force-pushed
the
usm-pool-manager
branch
2 times, most recently
from
September 21, 2023 11:00
85e1bcd
to
ce0e47d
Compare
igchor
reviewed
Sep 21, 2023
kswiecicki
force-pushed
the
usm-pool-manager
branch
from
September 25, 2023 11:41
ce0e47d
to
d50a3ae
Compare
kswiecicki
force-pushed
the
usm-pool-manager
branch
from
September 25, 2023 12:39
d50a3ae
to
0ce0ffd
Compare
kswiecicki
force-pushed
the
usm-pool-manager
branch
from
September 27, 2023 13:02
0ce0ffd
to
8c56438
Compare
Currently, only the UR L0 adapter supports urDevicePartition function and it does not support partition type UR_DEVICE_PARTITION_EQUALLY. After this change, pool_descriptor::create() returns pool descriptors for main devices when sub-devices are unavailable instead of returning error. Also, the device partition type used for retrieving sub-devices was changed to UR_DEVICE_PARTITION_BY_CSLICE.
igchor
approved these changes
Sep 29, 2023
pbalcer
approved these changes
Oct 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.