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

[L0 v2] make device allocation resident and support multi-device buffers #2166

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 4, 2024

  1. [common] fix umf2urResult

    In case of UMF_RESULT_ERROR_MEMORY_PROVIDER_SPECIFIC
    the underlying native error was not being translated
    to UR correctly (it was returned as is).
    
    Fix this by adding native error handlers and implement one
    for LEVEL_ZERO provider
    igchor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    6de12d9 View commit details
    Browse the repository at this point in the history
  2. [L0 v2] make device allocation resident

    on all devices in the context to match the default
    behavior of legacy adapter.
    igchor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2d071c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8779fe0 View commit details
    Browse the repository at this point in the history
  4. [L0 v2] check if device is valid in queueCreate

    to match specification
    igchor committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    dafd603 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0678778 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. [L0 v2] implement urMemGetInfo

    and make failures for urMemImage optional.
    
    There is no image support on PVC, and those tests
    won't be run.
    igchor committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f369220 View commit details
    Browse the repository at this point in the history