You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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 theIndexManager
and so on and just leaves the parts necessary for the coreloopThe text was updated successfully, but these errors were encountered: