Skip to content

Commit

Permalink
Merge pull request #1978 from igchor/level_zero_v2_bench
Browse files Browse the repository at this point in the history
[Benchmarks] allow running benchmarks for L0 v2 adapter
  • Loading branch information
igchor authored Aug 16, 2024
2 parents d61cf66 + de45d68 commit e78d095
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/benchmarks_compute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
default: 'level_zero'
options:
- level_zero
- level_zero_v2
unit:
description: Test unit (cpu/gpu)
type: choice
Expand Down
2 changes: 1 addition & 1 deletion scripts/benchmarks/benches/compute.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class ComputeBench:
def __init__(self, directory):
self.directory = directory
self.built = False
self.adapter_short_name = {'level_zero' : 'L0'}
self.adapter_short_name = {'level_zero' : 'L0', "level_zero_v2" : 'L0_V2'}
return

def setup(self):
Expand Down

0 comments on commit e78d095

Please sign in to comment.