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

Method ReleaseCaptureGraph

hipamd/src/hip_stream.cpp:108–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void Stream::ReleaseCaptureGraph() {
109 if (pCaptureGraph_ != nullptr) {
110 delete pCaptureGraph_;
111 pCaptureGraph_ = nullptr;
112 }
113}
114
115// ================================================================================================
116int Stream::DeviceId() const { return device_->deviceId(); }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected