JuliaSmoothOptimizers / JuliaSmoothOptimizers/LDLFactorizations.jl

Vectorization

Open
#87 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
36
Forks
13
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.