MCPcopy Create free account
hub / github.com/ROCm/clr / hipStreamBeginCapture

Function hipStreamBeginCapture

hipamd/src/hip_graph.cpp:1137–1140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1135}
1136
1137hipError_t hipStreamBeginCapture(hipStream_t stream, hipStreamCaptureMode mode) {
1138 HIP_INIT_API(hipStreamBeginCapture, stream, mode);
1139 HIP_RETURN_DURATION(hipStreamBeginCapture_common(stream, mode));
1140}
1141
1142hipError_t hipStreamBeginCaptureToGraph(hipStream_t stream, hipGraph_t graph,
1143 const hipGraphNode_t* dependencies,

Calls 1

Tested by

no test coverage detected