|
Vectorizing an awkward computation: any Julia magic?
|
|
6
|
418
|
October 19, 2025
|
|
Can I try updating LoopVectorization?
|
|
5
|
712
|
July 26, 2025
|
|
Why is LoopVectorization deprecated?
|
|
141
|
17592
|
July 13, 2025
|
|
@tturbo on function call
|
|
4
|
289
|
February 24, 2025
|
|
UndefVarError when using @turbo on nested for loop whose inner loop depends on value in outer loop
|
|
2
|
131
|
February 2, 2025
|
|
Autovectorization in Julia 101
|
|
2
|
455
|
December 5, 2024
|
|
Experiments with LoopVectorization and convolutions
|
|
24
|
1242
|
December 3, 2024
|
|
Most efficient way of adding elements within matrices in loops
|
|
4
|
239
|
November 18, 2024
|
|
Vectorise summation over index in nested for loop
|
|
7
|
242
|
October 10, 2024
|
|
LoopVectorization.vsum : invalid index: 4 x VectorizationBase.Vec
|
|
1
|
185
|
August 17, 2024
|
|
Problems with sequential update with @turbo
|
|
0
|
84
|
August 20, 2024
|
|
Multithreaded broadcast on a grouped DimensionalData array
|
|
33
|
932
|
August 6, 2024
|
|
Help understanding JET.jl output
|
|
1
|
225
|
July 9, 2024
|
|
Has anyone used Enzyme with LoopVectorization's @turbo macro?
|
|
4
|
280
|
June 19, 2024
|
|
Compute pairwise distances (Distances.jl)
|
|
9
|
4021
|
February 1, 2024
|
|
Trivial port from C++/Rust to Julia
|
|
51
|
3973
|
December 28, 2023
|
|
Array Contraction, LoopVectorization & AD
|
|
7
|
689
|
December 18, 2023
|
|
Optimizing Direct 2D Convolution Code
|
|
14
|
937
|
November 23, 2023
|
|
What is idiomatic way of vectorizing longer operations in Julia?
|
|
5
|
529
|
September 21, 2023
|
|
How to use LoopVectorization.jl?
|
|
7
|
1488
|
September 15, 2023
|
|
Optimizing nested loops with conditional inside
|
|
10
|
657
|
July 19, 2023
|
|
Faster isapprox()
|
|
14
|
959
|
July 5, 2023
|
|
Unsure why I'm getting errors with LoopVectorization
|
|
3
|
440
|
May 15, 2023
|
|
Method Error in simple LoopVectorization call
|
|
2
|
311
|
May 7, 2023
|
|
Using LoopVectorization with StructArrays
|
|
3
|
589
|
May 6, 2023
|
|
```@turbo``` producing different (and wrong) results compared to ```@inbounds @simd```
|
|
3
|
490
|
March 30, 2023
|
|
IfElse doesn't work properly when using @turbo
|
|
3
|
425
|
February 14, 2023
|
|
@turbo macro giving slightly different results
|
|
6
|
660
|
January 28, 2023
|
|
Matrix product `M * transpose(M)`
|
|
10
|
2279
|
December 8, 2022
|
|
@turbo macro gives incorrect results
|
|
4
|
541
|
October 26, 2022
|