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

[UR][L0][CUDA][HIP] Add enqueue timestamp recording extension #1400

Merged
merged 30 commits into from
May 8, 2024

Commits on Feb 29, 2024

  1. Add enqueue timestamp recording extension

    This commit adds a new extension feature for recording timestamps into
    events, the information from which can be queried using the existing
    profiling queries.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    9aceab4 View commit details
    Browse the repository at this point in the history
  2. Address comments

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    578f347 View commit details
    Browse the repository at this point in the history
  3. Revert CUDA change

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    b7b0a6f View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Correctly enable recordings in HIP and CUDA for timestamp events

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    e08bf52 View commit details
    Browse the repository at this point in the history
  2. Fix use of event handle

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    bf5ea14 View commit details
    Browse the repository at this point in the history
  3. Fix faulty disjunction

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    206c4b1 View commit details
    Browse the repository at this point in the history
  4. Fix faulty disjunction 2

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    b690920 View commit details
    Browse the repository at this point in the history
  5. Allow event creation to record timing for events

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    5db5ba8 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2024

  1. Address comments

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    2f0e050 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32abd74 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

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

Commits on Mar 12, 2024

  1. Amend comments

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 12, 2024
    Configuration menu
    Copy the full SHA
    5caceaf View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

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

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    0dd1815 View commit details
    Browse the repository at this point in the history
  2. Fix merge mistake

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    d5aaba0 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    e7f496d View commit details
    Browse the repository at this point in the history
  2. Move timestamp query to after commandlist get

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5fd441e View commit details
    Browse the repository at this point in the history
  3. Stop making new heap allocations for each recording

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    2404fe6 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    be01218 View commit details
    Browse the repository at this point in the history
  2. Fix diff

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    73de142 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    4a855ca View commit details
    Browse the repository at this point in the history
  2. Fix diff

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    4f0bf8c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2024

  1. Configuration menu
    Copy the full SHA
    f7fe03e View commit details
    Browse the repository at this point in the history
  2. Remove old use of urPrint

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    ecb6a82 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

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

Commits on May 2, 2024

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

Commits on May 6, 2024

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

Commits on May 7, 2024

  1. Remove trailing ws

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    06432bf View commit details
    Browse the repository at this point in the history
  2. Add wait-list to get-command-list

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed May 7, 2024
    Configuration menu
    Copy the full SHA
    84bad6c View commit details
    Browse the repository at this point in the history