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:
anusha GodavarthySurya
2021-10-05 07:34:04 -07:00
orang tua 63cd524f1d
melakukan 1c51d82dd5
6 mengubah file dengan 830 tambahan dan 191 penghapusan
+2 -1
Melihat File
@@ -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() {