Best way to Synchronize Threads/Lock variables in a nontrivial computation
|
|
4
|
684
|
March 25, 2023
|
Question on multithreading/vectorizing loops
|
|
9
|
670
|
March 22, 2023
|
Threads question
|
|
4
|
832
|
March 20, 2023
|
Data racing with @threads with "for-loop"
|
|
3
|
554
|
March 10, 2023
|
Is it safe declare lock as module constant?
|
|
3
|
330
|
February 13, 2023
|
Scaling of @threads for "embarrassingly parallel" problem
|
|
29
|
1907
|
January 20, 2023
|
Comparing Folds/FLoop Executors
|
|
0
|
343
|
December 14, 2022
|
Running Julia with multi-threading with `qsub`
|
|
2
|
588
|
November 6, 2022
|
Parallel execution of a number of lines
|
|
2
|
366
|
November 4, 2022
|
Help with real-time performance needed
|
|
20
|
1507
|
September 25, 2022
|
Threaded loop shows error when using sparse matrix, but not with dense matrices
|
|
3
|
383
|
September 15, 2022
|
Threads.@threads ~44 times slower than single threaded code
|
|
8
|
610
|
September 14, 2022
|
Why more BLAS threads take more time
|
|
2
|
474
|
September 9, 2022
|
Using atomic operations in Julia 1.6
|
|
10
|
1275
|
September 6, 2022
|
@threads - machine stops using allocated cores during run
|
|
4
|
307
|
August 11, 2022
|
Parallel computing of matrix with @threads
|
|
3
|
547
|
August 4, 2022
|
Threading, Threads.@threads vs polyester.@batch vs LoopVectorization.@tturbo
|
|
4
|
1654
|
July 23, 2022
|
Why other calculation will effect the time consumed by Threads.@threads
|
|
0
|
233
|
July 1, 2022
|
Relationship between WeakRef and finalizer (building a cache)
|
|
0
|
349
|
June 17, 2022
|
Parallel Programming
|
|
17
|
656
|
June 7, 2022
|
Semaphore with permit id?
|
|
1
|
335
|
June 7, 2022
|
Spurious allocations with @threads, when setting variables using if statements
|
|
5
|
557
|
June 6, 2022
|
How to wait for a thread to complete
|
|
3
|
1676
|
March 27, 2022
|
@threads fails when interating over a dictionary
|
|
1
|
399
|
March 22, 2022
|
Parallel Reductions with Zygote
|
|
11
|
2002
|
February 9, 2022
|
Number of threads, puzzle
|
|
9
|
833
|
February 2, 2022
|
Julia 1.7 says it can switch the thread your task is on. How often does that happen, and how can it be disabled?
|
|
6
|
1377
|
January 28, 2022
|
Using Makie with Threads.@spawn
|
|
12
|
1271
|
January 23, 2022
|
Julia Thread Affinity not persistent when calling MKL function
|
|
2
|
2115
|
January 14, 2022
|
Julia 1.7 saving and restoring RNG state
|
|
3
|
650
|
December 13, 2021
|