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

Add a basic pool manager for memory pools #630

Merged
merged 3 commits into from
Oct 4, 2023

Commits on Sep 25, 2023

  1. Configuration menu
    Copy the full SHA
    0cbc511 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2023

  1. Add pool manager tests

    kswiecicki committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8c56438 View commit details
    Browse the repository at this point in the history
  2. Change sub-device discovery mechanism in pool_descriptor::create()

    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.
    kswiecicki committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    0657f06 View commit details
    Browse the repository at this point in the history