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

GPU Ensemble problem #158

Open
hexaeder opened this issue Oct 15, 2024 · 0 comments
Open

GPU Ensemble problem #158

hexaeder opened this issue Oct 15, 2024 · 0 comments

Comments

@hexaeder
Copy link
Member

hexaeder commented Oct 15, 2024

Would be nice to make NetworkDynamics GPUEnseble compatible. For that we need to move the entire Network object to a kernel. Problematic bits are probably the DiffCaches because of untyped any field.

We also need to strip a lot of metadata. I think we would have something like strip_metadata(::Network)::NetworkCore which gets rid of all the IndexManager and so on and just leaves the parts necessary for the coreloop

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

1 participant