Skip to content

Commit 661cd68

Browse files
committed
no thread pinning
1 parent ebb1e7d commit 661cd68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ using CUDA: adapt
1818
(isinteractive() ? includet : include)("benchmark_models.jl")
1919
(isinteractive() ? includet : include)("benchmark_cases.jl")
2020

21-
using ThreadPinning
22-
pinthreads(:cores)
21+
# using ThreadPinning
22+
# pinthreads(:cores)
2323

2424
@info "Benchmark with $(Threads.nthreads()) threads"
2525

0 commit comments

Comments
 (0)