You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The latest version replaced a lot of the sparse matrices with calls to broadcast!, which I think we could potentially speed up quite a bit with parallelization. Look into the Strided.jl package, which seems perfect for our purposes. We may also be able to set the number of threads for FFTW.
The text was updated successfully, but these errors were encountered:
The latest version replaced a lot of the sparse matrices with calls to
broadcast!
, which I think we could potentially speed up quite a bit with parallelization. Look into the Strided.jl package, which seems perfect for our purposes. We may also be able to set the number of threads for FFTW.The text was updated successfully, but these errors were encountered: