We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eae8d63 commit 66e8451Copy full SHA for 66e8451
.github/workflows/reusable_benchmarks.yml
@@ -102,8 +102,8 @@ jobs:
102
- name: Checkout SYCL
103
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104
with:
105
- repository: intel/llvm
106
- ref: nightly-2025-02-19
+ repository: lplewa/llvm
+ ref: 52494f77dd65b33d1bd5f0767cfd2b416bde33af
107
path: sycl-repo
108
fetch-depth: 1
109
benchmark/benchmark.cpp
@@ -31,7 +31,7 @@
31
// Refer to the 'argsName()' function in each component to find detailed descriptions of these arguments.
32
33
static void multithreaded(benchmark::internal::Benchmark *benchmark) {
34
- benchmark->Threads(4);
+ benchmark->Threads(12);
35
benchmark->Threads(1);
36
}
37
0 commit comments