Skip to content

Commit 66e8451

Browse files
committed
increase number of threads in benchmarks
1 parent eae8d63 commit 66e8451

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/reusable_benchmarks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,8 @@ jobs:
102102
- name: Checkout SYCL
103103
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
104104
with:
105-
repository: intel/llvm
106-
ref: nightly-2025-02-19
105+
repository: lplewa/llvm
106+
ref: 52494f77dd65b33d1bd5f0767cfd2b416bde33af
107107
path: sycl-repo
108108
fetch-depth: 1
109109

benchmark/benchmark.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
// Refer to the 'argsName()' function in each component to find detailed descriptions of these arguments.
3232

3333
static void multithreaded(benchmark::internal::Benchmark *benchmark) {
34-
benchmark->Threads(4);
34+
benchmark->Threads(12);
3535
benchmark->Threads(1);
3636
}
3737

0 commit comments

Comments
 (0)