Skip to content

Update README.md

Update README.md #19

name: Compute Benchmarks Level Zero
on:
issue_comment:
types: [created, edited]
permissions:
contents: read
pull-requests: write
jobs:
e2e-build-hw:
# trigger only if PR comment contains "e2e-level-zero"
if: ${{ (github.event.issue.pull_request && contains(github.event.comment.body, '/benchmarks-level-zero'))}}
name: Start benchmarks job
# use core flow, run it with cuda specific parameters
uses: ./.github/workflows/benchmarks_core.yml
# parameters that we pass to the core flow
with:
name: "L0"
runner_tag: "L0_E2E"
str_name: "level_zero"
config: ""
unit: "gpu"
trigger: "${{github.event_name}}"
comment: ${{github.event.comment.body}}