Autovectorization in Julia 101
|
|
2
|
275
|
December 5, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
763
|
December 3, 2024
|
Optimizing sums of products (dot products)
|
|
17
|
445
|
September 24, 2024
|
Vectorization of multivariate normal PDF
|
|
1
|
96
|
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
|
285
|
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
|
298
|
December 8, 2023
|
Optimizing Direct 2D Convolution Code
|
|
14
|
664
|
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
|
402
|
June 23, 2023
|
Is this a valid use of simd?
|
|
2
|
309
|
June 16, 2023
|
Optimizing Direct 1D Convolution Code
|
|
21
|
1418
|
April 28, 2023
|
```@turbo``` producing different (and wrong) results compared to ```@inbounds @simd```
|
|
3
|
398
|
March 30, 2023
|
Question on multithreading/vectorizing loops
|
|
9
|
666
|
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
|
2048
|
August 28, 2021
|
PaddedViews very slow
|
|
7
|
594
|
August 25, 2021
|
Why is this @simd loop faster than a while loop even if it has longer assembly?
|
|
6
|
1582
|
August 1, 2021
|
SIMD Complex Numbers
|
|
19
|
2463
|
July 22, 2021
|
LoopVectorization.jl vmap gives an error ::VectorizationBase.Vec{4, Int64}
|
|
17
|
962
|
July 22, 2021
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1783
|
June 27, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
887
|
June 26, 2021
|
How to do SIMD code with wide-register accumulators (@simd vs LoopVectorization.jl vs SIMD.jl)
|
|
11
|
2577
|
June 22, 2021
|
How to choose vec size in SIMD.jl
|
|
5
|
723
|
June 21, 2021
|
Julia alignas: is there a way to specify the alignment of Julia objects in memory?
|
|
15
|
2090
|
March 20, 2021
|
SIMD and compiled code
|
|
5
|
951
|
December 19, 2020
|
Threads.@spawn performance
|
|
7
|
1139
|
October 22, 2020
|
Fast floating point quantisation / rounding
|
|
3
|
762
|
May 17, 2020
|
Division isn't auto-vectorized when function inlined
|
|
12
|
1009
|
March 11, 2020
|