Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Multithreading #125

Open
JakobAsslaender opened this issue Aug 2, 2021 · 3 comments
Open

Feature request: Multithreading #125

JakobAsslaender opened this issue Aug 2, 2021 · 3 comments

Comments

@JakobAsslaender
Copy link

Hi everyone!
Thanks a ton for implementing this and all associated packages! I use this package wrapped into Optim.jl---by selecting finite difference---and would appreciate improved performance, because who doesn't. So I am wondering if there are any plans to parallelize this code? FD should be embarrassingly parallel, shouldn't it? I would be willing to help, but at this point chances are I would break the code...

Thanks a bunch!

@ChrisRackauckas
Copy link
Member

Yeah, I think it would be nice if someone added Polyester.jl support to the inner loops here. One would have to be careful with the caching though to make sure it's thread-safe, but that can be done.

@Gkreindler
Copy link

+1
I think this (embarrassingly parallel derivatives calculation) would be quite useful.

@ChrisRackauckas
Copy link
Member

Someone just needs to do the same thing that was done with https://github.com/JuliaDiff/PolyesterForwardDiff.jl

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants