|
Vectorizing an awkward computation: any Julia magic?
|
|
6
|
319
|
October 19, 2025
|
|
Can I try updating LoopVectorization?
|
|
5
|
600
|
July 26, 2025
|
|
Why is LoopVectorization deprecated?
|
|
141
|
15432
|
July 13, 2025
|
|
@tturbo on function call
|
|
4
|
199
|
February 24, 2025
|
|
UndefVarError when using @turbo on nested for loop whose inner loop depends on value in outer loop
|
|
2
|
74
|
February 2, 2025
|
|
Autovectorization in Julia 101
|
|
2
|
371
|
December 5, 2024
|
|
Experiments with LoopVectorization and convolutions
|
|
24
|
942
|
December 3, 2024
|
|
Most efficient way of adding elements within matrices in loops
|
|
4
|
158
|
November 18, 2024
|
|
Vectorise summation over index in nested for loop
|
|
7
|
161
|
October 10, 2024
|
|
LoopVectorization.vsum : invalid index: 4 x VectorizationBase.Vec
|
|
1
|
135
|
August 17, 2024
|
|
Problems with sequential update with @turbo
|
|
0
|
56
|
August 20, 2024
|
|
Multithreaded broadcast on a grouped DimensionalData array
|
|
33
|
412
|
August 6, 2024
|
|
Help understanding JET.jl output
|
|
1
|
173
|
July 9, 2024
|
|
Has anyone used Enzyme with LoopVectorization's @turbo macro?
|
|
4
|
195
|
June 19, 2024
|
|
Compute pairwise distances (Distances.jl)
|
|
9
|
3799
|
February 1, 2024
|
|
Trivial port from C++/Rust to Julia
|
|
51
|
3354
|
December 28, 2023
|
|
Array Contraction, LoopVectorization & AD
|
|
7
|
572
|
December 18, 2023
|
|
Optimizing Direct 2D Convolution Code
|
|
14
|
779
|
November 23, 2023
|
|
What is idiomatic way of vectorizing longer operations in Julia?
|
|
5
|
440
|
September 21, 2023
|
|
How to use LoopVectorization.jl?
|
|
7
|
1371
|
September 15, 2023
|
|
Optimizing nested loops with conditional inside
|
|
10
|
520
|
July 19, 2023
|
|
Faster isapprox()
|
|
14
|
757
|
July 5, 2023
|
|
Unsure why I'm getting errors with LoopVectorization
|
|
3
|
378
|
May 15, 2023
|
|
Method Error in simple LoopVectorization call
|
|
2
|
261
|
May 7, 2023
|
|
Using LoopVectorization with StructArrays
|
|
3
|
531
|
May 6, 2023
|
|
```@turbo``` producing different (and wrong) results compared to ```@inbounds @simd```
|
|
3
|
430
|
March 30, 2023
|
|
IfElse doesn't work properly when using @turbo
|
|
3
|
369
|
February 14, 2023
|
|
@turbo macro giving slightly different results
|
|
6
|
541
|
January 28, 2023
|
|
Matrix product `M * transpose(M)`
|
|
10
|
2120
|
December 8, 2022
|
|
@turbo macro gives incorrect results
|
|
4
|
478
|
October 26, 2022
|