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
In CoreNEURON GPU mode, we want to be able to store in memory several timesteps (doing the buffering) and send the data to libsonatareport instead of going through the CPU to pass the pointers and let the library do the buffering.
Implement buffering mechanism in CoreNEURON and create new API call in libsonata-report that accepts a buffer with several timesteps to be written.
The text was updated successfully, but these errors were encountered:
Description
In CoreNEURON GPU mode, we want to be able to store in memory several timesteps (doing the buffering) and send the data to libsonatareport instead of going through the CPU to pass the pointers and let the library do the buffering.
Implement buffering mechanism in CoreNEURON and create new API call in libsonata-report that accepts a buffer with several timesteps to be written.
The text was updated successfully, but these errors were encountered: