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
Currently, if the simulation fails, the trajectories are returned as zeroes. Initially, we'll check for this condition after the simulation runs and raise an exception to warn the user. Further down the line, it'd be nice to work out if the model will fit in GPU memory prior to attempted execution. That should probably be done by cupSODA itself rather than the interface.
The text was updated successfully, but these errors were encountered:
Currently, if the simulation fails, the trajectories are returned as zeroes. Initially, we'll check for this condition after the simulation runs and raise an exception to warn the user. Further down the line, it'd be nice to work out if the model will fit in GPU memory prior to attempted execution. That should probably be done by cupSODA itself rather than the interface.
The text was updated successfully, but these errors were encountered: