ExaModels CPU backend acceleration
|
|
0
|
29
|
February 21, 2025
|
Multithreading doesn't improve the performance
|
|
6
|
110
|
February 18, 2025
|
How to spawn persistent threads and reuse them?
|
|
16
|
123
|
February 17, 2025
|
Sharp edge with `Threads.threadid()` and task migration
|
|
64
|
951
|
February 12, 2025
|
Elimination of duplicate atomic loads (more of an llvm question)
|
|
16
|
257
|
February 8, 2025
|
`task_local_storage`, why and where?
|
|
3
|
131
|
February 8, 2025
|
How to quantitatively analyze the impact of memory bandwidth on multithreading
|
|
10
|
147
|
February 6, 2025
|
FFTW scales pretty well (some @btime benchmarks)
|
|
1
|
1685
|
February 4, 2025
|
Multi-thread speed in very large vectors
|
|
11
|
346
|
February 3, 2025
|
Weird behaviour of GC with multithreaded array-access
|
|
2
|
143
|
January 31, 2025
|
Bug in sleep() function - main thread work affecting sleep duration on running tasks
|
|
47
|
2087
|
January 23, 2025
|
Solver and AD advice for nonlinear LS problem
|
|
5
|
118
|
January 21, 2025
|
Poor parallel speedup
|
|
2
|
219
|
January 17, 2025
|
Broadcasting performance
|
|
13
|
533
|
January 6, 2025
|
Improving Efficiency of Embarassingly Parallel Problem Using `Threads`
|
|
7
|
268
|
December 17, 2024
|
Embedding Julia and multiple foreign threads
|
|
3
|
101
|
December 4, 2024
|
Does stdlib network sockets use only first thread?
|
|
6
|
121
|
December 4, 2024
|
Why can Julia spawn new processes but not new threads?
|
|
1
|
316
|
November 30, 2024
|
IntervalOptimisation.jl and threads gives lock conflicts
|
|
10
|
155
|
November 29, 2024
|
Please help me to understand the `OhMyThreads.jl` parallel mutation example
|
|
8
|
186
|
November 27, 2024
|
Is it possible to enforce scheduler to instantly yield to specific task?
|
|
0
|
39
|
November 27, 2024
|
Crash when tuning SVC with multithreading in MLJ.jl
|
|
4
|
48
|
November 21, 2024
|
Reducing Channel Lock Contention with Batches
|
|
4
|
204
|
November 6, 2024
|
Are there any plans to improve the composability of @batch and/or reduce overhead of @threads?
|
|
2
|
124
|
November 5, 2024
|
How to process a dictionary with multi tasking?
|
|
9
|
162
|
November 3, 2024
|
How to write multithreading matrix multiplication
|
|
4
|
220
|
October 29, 2024
|
Parallelized calls to Optim.optimize use the same number of threads as a single threaded call
|
|
4
|
53
|
October 16, 2024
|
IO Parallelism Strategies
|
|
3
|
131
|
October 6, 2024
|
Terminate a task
|
|
2
|
86
|
October 3, 2024
|
How to call PythonCall.jl behind a julia HTTP webserver?
|
|
2
|
63
|
September 24, 2024
|