Autovectorization in Julia 101
|
|
2
|
275
|
December 5, 2024
|
Experiments with LoopVectorization and convolutions
|
|
24
|
764
|
December 3, 2024
|
Most efficient way of adding elements within matrices in loops
|
|
4
|
103
|
November 18, 2024
|
Vectorise summation over index in nested for loop
|
|
7
|
121
|
October 10, 2024
|
LoopVectorization.vsum : invalid index: 4 x VectorizationBase.Vec
|
|
1
|
128
|
August 17, 2024
|
Problems with sequential update with @turbo
|
|
0
|
42
|
August 20, 2024
|
Why is LoopVectorization deprecated?
|
|
131
|
12315
|
August 11, 2024
|
Multithreaded broadcast on a grouped DimensionalData array
|
|
33
|
254
|
August 6, 2024
|
Help understanding JET.jl output
|
|
1
|
124
|
July 9, 2024
|
Has anyone used Enzyme with LoopVectorization's @turbo macro?
|
|
4
|
164
|
June 19, 2024
|
Compute pairwise distances (Distances.jl)
|
|
9
|
3469
|
February 1, 2024
|
Trivial port from C++/Rust to Julia
|
|
51
|
3114
|
December 28, 2023
|
Array Contraction, LoopVectorization & AD
|
|
7
|
516
|
December 18, 2023
|
Optimizing Direct 2D Convolution Code
|
|
14
|
664
|
November 23, 2023
|
What is idiomatic way of vectorizing longer operations in Julia?
|
|
5
|
405
|
September 21, 2023
|
How to use LoopVectorization.jl?
|
|
7
|
1187
|
September 15, 2023
|
Optimizing nested loops with conditional inside
|
|
10
|
438
|
July 19, 2023
|
Faster isapprox()
|
|
14
|
663
|
July 5, 2023
|
Unsure why I'm getting errors with LoopVectorization
|
|
3
|
353
|
May 15, 2023
|
Method Error in simple LoopVectorization call
|
|
2
|
238
|
May 7, 2023
|
Using LoopVectorization with StructArrays
|
|
3
|
496
|
May 6, 2023
|
```@turbo``` producing different (and wrong) results compared to ```@inbounds @simd```
|
|
3
|
398
|
March 30, 2023
|
IfElse doesn't work properly when using @turbo
|
|
3
|
346
|
February 14, 2023
|
@turbo macro giving slightly different results
|
|
6
|
487
|
January 28, 2023
|
Matrix product `M * transpose(M)`
|
|
10
|
2009
|
December 8, 2022
|
@turbo macro gives incorrect results
|
|
4
|
436
|
October 26, 2022
|
Problem with LoopVectorization : @turbo, LoopVectorization.check_args
|
|
27
|
2730
|
October 26, 2022
|
Fast LogSumExp over 4th dimension
|
|
36
|
2164
|
October 21, 2022
|
Speeding up my logsumexp function
|
|
35
|
5031
|
October 21, 2022
|
Explain Performance of a Ylm Code
|
|
6
|
404
|
September 25, 2022
|