LDLFactorizations.jl icon indicating copy to clipboard operation
LDLFactorizations.jl copied to clipboard

Vectorization

Open geoffroyleconte opened this issue 4 years ago • 0 comments

It would be interesting to use vectorization macros such as @simd or @avx to increase the speed of this package and if possible to add GPU support. However this would probably lead us to change most of the code since it uses commands such as continue, break , and loops that are not independent.

geoffroyleconte avatar May 07 '21 20:05 geoffroyleconte