SIMD.jl - vload() continuous blocks from higher-dimensional arrays?
|
|
4
|
129
|
August 31, 2025
|
Performance challenge: can you write a faster sum?
|
|
31
|
1909
|
July 9, 2025
|
Huge performance variance with `if` options in loops
|
|
4
|
174
|
July 4, 2025
|
How to make the most of SIMD.jl when number of data elements is not divisible by SIMD width
|
|
5
|
212
|
May 22, 2025
|
Datatypes SIMD by default? (as in Mojo)
|
|
14
|
1235
|
May 15, 2025
|
Is it ok to iterate inside a `@simd` loop?
|
|
8
|
296
|
April 25, 2025
|
Min/max swap using SIMD
|
|
18
|
283
|
March 12, 2025
|
Autovectorization in Julia 101
|
|
2
|
355
|
December 5, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
899
|
December 3, 2024
|
Optimizing sums of products (dot products)
|
|
17
|
678
|
September 24, 2024
|
Vectorization of multivariate normal PDF
|
|
1
|
120
|
June 26, 2024
|
Failure to vectorize 8 Int64 multiplies when 8 Float64 multiplies vectorize
|
|
8
|
452
|
May 31, 2024
|
SIMD.jl/shufflevector without support for SIMD vector as mask?
|
|
2
|
308
|
February 11, 2024
|
Supporting SIMD-enabled objective functions in optimization APIs
|
|
3
|
378
|
February 5, 2024
|
Different `@code_llvm` output on macos and x86
|
|
4
|
323
|
December 8, 2023
|
Optimizing Direct 2D Convolution Code
|
|
14
|
753
|
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
|
463
|
June 23, 2023
|
Is this a valid use of simd?
|
|
2
|
320
|
June 16, 2023
|
Optimizing Direct 1D Convolution Code
|
|
21
|
1703
|
April 28, 2023
|
```@turbo``` producing different (and wrong) results compared to ```@inbounds @simd```
|
|
3
|
420
|
March 30, 2023
|
Question on multithreading/vectorizing loops
|
|
9
|
702
|
March 22, 2023
|
Major performance boost when precaching random inputs to ```exp```?
|
|
8
|
794
|
September 25, 2022
|
Vectorize but break early?
|
|
3
|
433
|
September 20, 2022
|
LoopVectorization: @turbo performs worse than @inbounds on trivial loop
|
|
9
|
2135
|
August 28, 2021
|
PaddedViews very slow
|
|
7
|
622
|
August 25, 2021
|
Why is this @simd loop faster than a while loop even if it has longer assembly?
|
|
6
|
1641
|
August 1, 2021
|
SIMD Complex Numbers
|
|
19
|
2727
|
July 22, 2021
|
LoopVectorization.jl vmap gives an error ::VectorizationBase.Vec{4, Int64}
|
|
17
|
1011
|
July 22, 2021
|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1936
|
June 27, 2021
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
908
|
June 26, 2021
|