How to control threads in combination of LoopVectorization and @spawn
|
|
6
|
549
|
February 1, 2022
|
Evaluating @view macro before @tturbo
|
|
1
|
313
|
January 27, 2022
|
Computational performance 3D finite difference stencil for different vectorization methods and precision
|
|
1
|
407
|
January 13, 2022
|
Recommended way to use something like `evalpoly` with `@turbo` from LoopVectorization.jl
|
|
2
|
433
|
November 18, 2021
|
2D nested loop gives big performance hit in interpolation routine while it should not
|
|
2
|
282
|
November 17, 2021
|
Parallelization of for loop
|
|
3
|
697
|
October 31, 2021
|
Gradient evaluation with ForwardDiff and LoopVectorization
|
|
2
|
723
|
October 24, 2021
|
Sparse matrix coefficient computation with ForwardDiff and LoopVectorization
|
|
0
|
445
|
October 17, 2021
|
LoopVectorization does not support functions with kwargs?
|
|
9
|
1020
|
October 12, 2021
|
Clustering using matrix decomp code performance tips
|
|
5
|
501
|
October 2, 2021
|
Multiple Outputs (Tuple) from IfElse with VectorizationBase
|
|
3
|
412
|
September 16, 2021
|
Product of two symmetric matrices: LoopVectorization.jl vs LinearAlgebra
|
|
9
|
763
|
August 31, 2021
|
LoopVectorization: @turbo performs worse than @inbounds on trivial loop
|
|
9
|
1673
|
August 28, 2021
|
How to use threads in a reduction with LoopVectorization?
|
|
3
|
518
|
August 23, 2021
|
Efficient use of @turbo for linear algebra operations (LoopVectorization.jl)
|
|
6
|
3121
|
August 21, 2021
|
Julia Beginner (from Python): Numba outperforms Julia in rewrite. Any tips to improve performance?
|
|
56
|
4794
|
August 18, 2021
|
LoopVectorization triggers segfault or deadlock for complex finite difference stencil
|
|
1
|
393
|
July 27, 2021
|
How to improve performance of sum()
|
|
19
|
3782
|
July 19, 2021
|
LoopVectorization.jl vmap gives an error ::VectorizationBase.Vec{4, Int64}
|
|
17
|
720
|
July 22, 2021
|
Fastest way of contracting arrays
|
|
8
|
532
|
July 10, 2021
|
LoopVectorization almost doubles execution time?
|
|
6
|
535
|
July 9, 2021
|
I just decided to migrate from Python+Fortran to Julia as Julia was faster in my test
|
|
37
|
6415
|
June 25, 2021
|
@turbo speeds routine, slows down everything else
|
|
16
|
2165
|
June 5, 2021
|
Problem with @avx and LoopVectorization: UndefVarError
|
|
3
|
586
|
June 2, 2021
|
Accelerate Non-linear function evaluation
|
|
17
|
1066
|
April 6, 2021
|
LoopVectorization.jl's @avx does not store results
|
|
9
|
601
|
April 2, 2021
|
Tullio with LoopVectorization fails with upgrade to 1.6.0
|
|
11
|
635
|
March 27, 2021
|
Expectation of multidimensional value function with discrete states
|
|
18
|
709
|
March 22, 2021
|
Flux: Locally connected layer performance
|
|
2
|
444
|
February 21, 2021
|
Compute pairwise distances (Distances.jl)
|
|
8
|
2415
|
February 1, 2021
|