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] Interrupt-based event implementation #2334

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

Commits on Nov 22, 2024

  1. [L0] Interrupt-based event implementation

    To expose this functionality in UR, we want two ways of enabling low-power events:
    
    Queue-wide enabling so all events created on the queue are low-powered.
    As a property passed to urEnqueueEventsWaitWithBarrier making the resulting event a low-power event. This will require the existing interface to be extended with properties, potentially through a new experimental function.
    
    Signed-off-by: Zhang, Winston <[email protected]>
    winstonzhang-intel committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ad277f0 View commit details
    Browse the repository at this point in the history
  2. [L0] Fix urEnqueueEventsWaitWithBarrier option1

    Signed-off-by: Zhang, Winston <[email protected]>
    winstonzhang-intel committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    933760b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28e7d38 View commit details
    Browse the repository at this point in the history
  4. [L0] Rebased against top of main

    Signed-off-by: Zhang, Winston <[email protected]>
    winstonzhang-intel committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    d9576ca View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. [L0] Interrupt-based event implementation

    Signed-off-by: Zhang, Winston <[email protected]>
    winstonzhang-intel committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    0856313 View commit details
    Browse the repository at this point in the history
  2. [L0] Interrupt-based event implementation

    Signed-off-by: Zhang, Winston <[email protected]>
    winstonzhang-intel committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    f7fa435 View commit details
    Browse the repository at this point in the history