Optimizing sums of products (dot products)
|
|
17
|
437
|
September 24, 2024
|
Vectorization of multivariate normal PDF
|
|
1
|
90
|
June 26, 2024
|
Failure to vectorize 8 Int64 multiplies when 8 Float64 multiplies vectorize
|
|
8
|
410
|
May 31, 2024
|
SIMD.jl/shufflevector without support for SIMD vector as mask?
|
|
2
|
283
|
February 11, 2024
|
Supporting SIMD-enabled objective functions in optimization APIs
|
|
3
|
352
|
February 5, 2024
|
Different `@code_llvm` output on macos and x86
|
|
4
|
297
|
December 8, 2023
|
Optimizing Direct 2D Convolution Code
|
|
14
|
643
|
November 23, 2023
|
Understanding the performance and overhead of a vector of SOA vs a vector of AOS for SIMD and the effect of push!
|
|
1
|
397
|
June 23, 2023
|
Is this a valid use of simd?
|
|
2
|
309
|
June 16, 2023
|
Optimizing Direct 1D Convolution Code
|
|
21
|
1359
|
April 28, 2023
|
```@turbo``` producing different (and wrong) results compared to ```@inbounds @simd```
|
|
3
|
395
|
March 30, 2023
|
Question on multithreading/vectorizing loops
|
|
9
|
664
|
March 22, 2023
|
Major performance boost when precaching random inputs to ```exp```?
|
|
8
|
761
|
September 25, 2022
|
Vectorize but break early?
|
|
3
|
421
|
September 20, 2022
|
LoopVectorization: @turbo performs worse than @inbounds on trivial loop
|
|
9
|
2041
|
August 28, 2021
|
PaddedViews very slow
|
|
7
|
592
|
August 25, 2021
|
Why is this @simd loop faster than a while loop even if it has longer assembly?
|
|
6
|
1578
|
August 1, 2021
|
SIMD Complex Numbers
|
|
19
|
2431
|
July 22, 2021
|
LoopVectorization.jl vmap gives an error ::VectorizationBase.Vec{4, Int64}
|
|
17
|
958
|
July 22, 2021
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1759
|
June 27, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
882
|
June 26, 2021
|
How to do SIMD code with wide-register accumulators (@simd vs LoopVectorization.jl vs SIMD.jl)
|
|
11
|
2571
|
June 22, 2021
|
How to choose vec size in SIMD.jl
|
|
5
|
718
|
June 21, 2021
|
Julia alignas: is there a way to specify the alignment of Julia objects in memory?
|
|
15
|
2083
|
March 20, 2021
|
SIMD and compiled code
|
|
5
|
950
|
December 19, 2020
|
Threads.@spawn performance
|
|
7
|
1135
|
October 22, 2020
|
Fast floating point quantisation / rounding
|
|
3
|
759
|
May 17, 2020
|
Division isn't auto-vectorized when function inlined
|
|
12
|
1009
|
March 11, 2020
|
Relative performance discrepancy across cpus even with --cpu-target set
|
|
5
|
1006
|
August 14, 2019
|
Loop vectorization depends on number of terms in stencil
|
|
1
|
539
|
July 30, 2019
|