SWDEV-240806 - Added few Graph API Implementation
hipGraph APIs clone, childGraph, RemoveDependencies, GetEdges,GetDependencies, GetDependentNodes, GetType and DestroyNode hipStream APIs GetCaptureInfo, GetCaptureInfo_v2, UpdateCaptureDependencies. Change-Id: Ib0f4cb8ea335698eecdd6d744ffab1e954153673
This commit is contained in:
@@ -41,7 +41,8 @@ Stream::Stream(hip::Device* dev, Priority p, unsigned int f, bool null_stream,
|
||||
null_(null_stream),
|
||||
cuMask_(cuMask),
|
||||
captureStatus_(captureStatus),
|
||||
originStream_(false) {}
|
||||
originStream_(false),
|
||||
captureID_(0) {}
|
||||
|
||||
// ================================================================================================
|
||||
Stream::~Stream() {
|
||||
|
||||
Reference in New Issue
Block a user