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

QuadratureStrategy does not support GPU #267

Open
KirillZubov opened this issue Mar 18, 2021 · 2 comments
Open

QuadratureStrategy does not support GPU #267

KirillZubov opened this issue Mar 18, 2021 · 2 comments
Labels

Comments

@KirillZubov
Copy link
Member

SciML/Integrals.jl#61

@killah-t-cell
Copy link
Contributor

@KirillZubov do you know why it doesn’t support GPU?

@ChrisRackauckas
Copy link
Member

The quadratures are usually C libraries. It would have to get the points on the CPU and then move the batch to the GPU in the integrand.

@ChrisRackauckas ChrisRackauckas changed the title QudratureStrategy don't support GPU QuadratureStrategy does not support GPU Jun 29, 2022
This was referenced Jun 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants