We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e0a153 commit efd0fcfCopy full SHA for efd0fcf
.github/workflows/reusable_benchmarks.yml
@@ -19,6 +19,10 @@ on:
19
type: boolean
20
default: false
21
22
+# testing only
23
+on:
24
+ pull_request:
25
+
26
permissions:
27
contents: read
28
pull-requests: write
@@ -103,7 +107,8 @@ jobs:
103
107
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104
108
with:
105
109
repository: intel/llvm
106
- ref: nightly-2025-02-19
110
+ # add preloaded UMF benchmarks (#17278)
111
+ ref: b2f9dab5266d227cc9eb19af1b54c5bdc50221d1
112
path: sycl-repo
113
fetch-depth: 1
114
0 commit comments