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

[SYCL] Implement sycl_ext_oneapi_profiling_tag extension #12838

Merged
merged 22 commits into from
May 30, 2024

Commits on Mar 5, 2024

  1. [SYCL] Implement profiling tag extension

    This commit adds the implementation of the sycl_ext_oneapi_profiling_tag
    extension. Moving the extension to experimental will happen in a
    follow-up patch.
    
    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 5, 2024
    Configuration menu
    Copy the full SHA
    85f47a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19926ab View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Require queue_profiling aspect

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

Commits on Mar 7, 2024

  1. Revert extension changes

    Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
    steffenlarsen committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    530a527 View commit details
    Browse the repository at this point in the history
  2. Add checks for start

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

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    78ff547 View commit details
    Browse the repository at this point in the history
  2. Bump PI minor version

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

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

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

Commits on Mar 13, 2024

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

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    88829f1 View commit details
    Browse the repository at this point in the history
  2. Fix trailing whitespaces

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

Commits on Apr 30, 2024

  1. Configuration menu
    Copy the full SHA
    0bcb356 View commit details
    Browse the repository at this point in the history
  2. Make profiling_tag.hpp self-contained

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

Commits on May 8, 2024

  1. Configuration menu
    Copy the full SHA
    76ab830 View commit details
    Browse the repository at this point in the history
  2. Bump tag again

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

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    4b3f410 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 May 13, 2024
    Configuration menu
    Copy the full SHA
    0e77ef7 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

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

Commits on May 21, 2024

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