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

Use FastBroadcast for multithreaded broadcasting? #337

Open
glwagner opened this issue Nov 18, 2022 · 0 comments · May be fixed by #338
Open

Use FastBroadcast for multithreaded broadcasting? #337

glwagner opened this issue Nov 18, 2022 · 0 comments · May be fixed by #338

Comments

@glwagner
Copy link
Member

For some time we've lamented that while FFTW is multithreaded, broadcasting operations such as

@. sol += clock.dt * (equation.L * sol + ts.N)

are not.

FastBroadcast.jl provides an answer:

https://github.com/YingboMa/FastBroadcast.jl

It seems that even without multithreading, it can speed things up.

@navidcy navidcy linked a pull request Nov 20, 2022 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants