MCPcopy Create free account
hub / github.com/catboost/catboost / Capture

Method Capture

library/cpp/cuda/wrappers/stream_capture.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 TStreamCapture TStreamCapture::Capture(TCudaStream stream,
16 TCudaGraph* graph) {
17 CUDA_SAFE_CALL(cudaStreamBeginCapture(stream, cudaStreamCaptureModeThreadLocal));
18 return TStreamCapture(graph, stream);
19 }
20}

Callers 1

RaiseErrorMethod · 0.45

Calls 1

TStreamCaptureClass · 0.70

Tested by

no test coverage detected