-
Notifications
You must be signed in to change notification settings - Fork 35
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
extract some common integrator infrastructure #1515
Conversation
this looks a bit clumsy, so comments welcomed. With this, I can make |
I am not sure how to fix the CUDA issues here. It seems to not like passing the integrator function into the |
update: |
it appears that function points are not supported by SYCL, so we'll need to use functors (e.g., a struct wrapper with an overload of ()) |
this will make it easier to merge a lot of integrator logic
requires #1541 |
this has been refactored so it will be SYCL compliant now |
No description provided.