|
A simple SIMD.jl loop that is slower than a vanilla `@inbounds @simd`
|
|
8
|
1971
|
June 27, 2021
|
|
Why is this small `@inline` function much slower than an equivalent macro?
|
|
2
|
917
|
June 26, 2021
|
|
How to do SIMD code with wide-register accumulators (@simd vs LoopVectorization.jl vs SIMD.jl)
|
|
11
|
2655
|
June 22, 2021
|
|
How to choose vec size in SIMD.jl
|
|
5
|
794
|
June 21, 2021
|
|
Julia alignas: is there a way to specify the alignment of Julia objects in memory?
|
|
15
|
2245
|
March 20, 2021
|
|
SIMD and compiled code
|
|
5
|
1003
|
December 19, 2020
|
|
Threads.@spawn performance
|
|
7
|
1200
|
October 22, 2020
|
|
Fast floating point quantisation / rounding
|
|
3
|
803
|
May 17, 2020
|
|
Division isn't auto-vectorized when function inlined
|
|
12
|
1056
|
March 11, 2020
|
|
Relative performance discrepancy across cpus even with --cpu-target set
|
|
5
|
1045
|
August 14, 2019
|
|
Loop vectorization depends on number of terms in stencil
|
|
1
|
557
|
July 30, 2019
|
|
Why are vectorized operations faster in julia?
|
|
3
|
6794
|
April 1, 2019
|
|
@simd with array views
|
|
5
|
1272
|
January 4, 2019
|
|
Is it possible to use @simd with multiple variable loop?
|
|
5
|
894
|
September 4, 2017
|
|
Exponentially long compile times in generated functions that disappear after manual inlining
|
|
4
|
1102
|
July 8, 2017
|
|
How to compile AVX instructions
|
|
1
|
1336
|
May 14, 2017
|
|
Package test failing due to bounds checking enabled
|
|
13
|
1444
|
March 19, 2017
|