Is it possible to avoid these excess allocations when using @batch or @threads?
|
|
4
|
127
|
November 8, 2024
|
Timing compilation when using threads
|
|
0
|
33
|
October 7, 2024
|
Manage tasks from Threads.@spawn without using map()
|
|
16
|
232
|
August 27, 2024
|
Julia -> C (Pthread) -> Julia Saxpy with Threads
|
|
1
|
109
|
August 12, 2024
|
Communicating across worker processes
|
|
2
|
97
|
August 12, 2024
|
Parallelization of long- and short running tasks
|
|
8
|
486
|
July 16, 2024
|
[pre-ANN] DataFlowTasks.jl: a package for inferring task dependencies based on data annotations
|
|
8
|
1301
|
June 3, 2024
|
How to convert a thread-parallelized code into a core-parallelized code?
|
|
3
|
288
|
May 19, 2024
|
Inconsistent CPU utilisation in @threads loops
|
|
20
|
793
|
February 23, 2024
|
Julia code becomes slower on running on supercomputers and does not scale well when parallelizing with Base.Threads
|
|
73
|
1842
|
January 22, 2024
|
Best strategy to choose the number of gc threads on a cluster
|
|
2
|
512
|
December 14, 2023
|
Threads.@spawn weird ouput message
|
|
6
|
331
|
December 12, 2023
|
Performance issue with multithreaded computation with matrix operations at its heart (Threads.@threads vs. BLAS threads)
|
|
7
|
372
|
November 13, 2023
|
Using an assignment outside of threaded for loop degraded performance by a huge amount
|
|
10
|
595
|
October 30, 2023
|
What is the mechanics of `copy` in the thread-parallization by `Threads.@spawn`? Or: Problems with copy arrays in thread parallelism
|
|
1
|
246
|
October 8, 2023
|
Multithreaded LIBSVM and XGBoost crashing
|
|
7
|
364
|
August 25, 2023
|
Multithreading for nested for loops
|
|
13
|
1458
|
August 16, 2023
|
Why can Channels not be used by threads?
|
|
8
|
450
|
May 25, 2023
|
Early exit from Threads.@threads
|
|
0
|
210
|
May 3, 2023
|
Interrupt `Threads.@threads` computation
|
|
14
|
1479
|
April 28, 2023
|
Julia function from non-Julia thread and pthread_join
|
|
0
|
231
|
April 21, 2023
|
Is there a way to return from a function from within a thread?
|
|
13
|
1709
|
April 16, 2023
|
How to early return from inside a @threads loop
|
|
6
|
765
|
April 14, 2023
|
Adjoint for threaded map (ThreadsX.map)
|
|
1
|
397
|
April 6, 2023
|
Why so few methods defined for `Atomic` types?
|
|
0
|
228
|
April 2, 2023
|
Best way to Synchronize Threads/Lock variables in a nontrivial computation
|
|
4
|
648
|
March 25, 2023
|
Question on multithreading/vectorizing loops
|
|
9
|
665
|
March 22, 2023
|
Threads question
|
|
4
|
806
|
March 20, 2023
|
Data racing with @threads with "for-loop"
|
|
3
|
544
|
March 10, 2023
|
Is it safe declare lock as module constant?
|
|
3
|
330
|
February 13, 2023
|