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


[ROCm/clr commit: 1c51d82dd5]
This commit is contained in:
anusha GodavarthySurya
2021-10-05 07:34:04 -07:00
parent 4a7b23b848
commit 78f89618cb
6 changed files with 830 additions and 191 deletions
+2 -1
View 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() {