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
{{ message }}
This repository was archived by the owner on Feb 26, 2025. It is now read-only.
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.
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.