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] implement native APIs and urMemBufferPartition #2241

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

Commits on Oct 24, 2024

  1. [L0 v2] Move locking to top-level functions

    to make it consistent and to make sure all the locks
    are taken in the same order.
    
    Also, add a few missing TRACK_SCOPE_LATENCY calls
    igchor committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    acda3c7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54f6b0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f72042b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. [L0 v2] implement urMemBufferPartition

    Change access_mode_t to device_access_mode_t.
    Previously it was use to specify both host and device
    access modes which was confusing. Now, it only
    specifies device access mode.
    igchor committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b25e0b1 View commit details
    Browse the repository at this point in the history