File tree Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Expand file tree Collapse file tree 1 file changed +4
-16
lines changed Original file line number Diff line number Diff line change 2
2
# for results visualization from intel/llvm (unified-runtime dir).
3
3
name : Benchmarks
4
4
5
+ # testing only
5
6
on :
6
- workflow_call :
7
- inputs :
8
- pr_no :
9
- # even though this is a number, this is a workaround for issues with
10
- # reusable workflow calls that result in "Unexpected value '0'" error.
11
- type : string
12
- default : ' 0'
13
- bench_script_params :
14
- required : false
15
- type : string
16
- default : ' '
17
- upload_report :
18
- required : false
19
- type : boolean
20
- default : false
7
+ pull_request :
21
8
22
9
permissions :
23
10
contents : read
103
90
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104
91
with :
105
92
repository : intel/llvm
106
- ref : nightly-2025-02-19
93
+ # add preloaded UMF benchmarks (#17278)
94
+ ref : b2f9dab5266d227cc9eb19af1b54c5bdc50221d1
107
95
path : sycl-repo
108
96
fetch-depth : 1
109
97
You can’t perform that action at this time.
0 commit comments