pub const cudaErrorStreamCaptureWrongThread: cudaError = 908;
Expand description
A stream capture sequence not initiated with the ::cudaStreamCaptureModeRelaxed argument to ::cudaStreamBeginCapture was passed to ::cudaStreamEndCapture in a different thread.