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
The stream identity isn't actually saved in the event, so it would add overhead to try to print that. I'll add the event, and if necessary, a debug print could be added to correlate events with streams.
What Needs to be Done?
In
AsyncOpCUDA
, the abort message when an error is detected on a stream is completely uninformative. It should printTo support doing this with low overhead, move from
vtAbortIf
to testing the condition withif
, and constructing an error string and callingvtAbort
The text was updated successfully, but these errors were encountered: