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

Update README.md #8

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

Update README.md #8

wants to merge 5 commits into from

Commits on May 16, 2024

  1. add compute benchmark workflow for L0

    This patch adds a script for running compute-benchmarks,
    https://github.com/intel/compute-benchmarks/, and a corresponding
    GH Actions workflow that runs those benchmarks when prompted
    to do so with a comment, like so:
    
    /benchmarks-level-zero --env UR_L0_IMMEDIATE_COMMANDLISTS_BATCH_EVENT_COMPLETIONS=1
    
    Additional arguments can be appended to the end of the line. After the build if finished,
    the results will be presented through a comment.
    
    For now, this runs only a single scenario, api_overhead_benchmark_sycl with SubmitKernel test,
    but will expand over time to cover more.
    pbalcer committed May 16, 2024
    Configuration menu
    Copy the full SHA
    586a379 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    fca16fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac96ceb View commit details
    Browse the repository at this point in the history
  3. Revert "[Bindless][Exp] Remove phMem argument from bindless image cre…

    …ation functions"
    
    This reverts commit bbb04b6.
    pbalcer committed May 20, 2024
    Configuration menu
    Copy the full SHA
    aa4659c View commit details
    Browse the repository at this point in the history
  4. Update README.md

    pbalcer authored May 20, 2024
    Configuration menu
    Copy the full SHA
    b83d86d View commit details
    Browse the repository at this point in the history