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]
Bu işleme şunda yer alıyor:
anusha GodavarthySurya
2021-10-05 07:34:04 -07:00
ebeveyn 4a7b23b848
işleme 78f89618cb
6 değiştirilmiş dosya ile 830 ekleme ve 191 silme
+2 -1
Dosyayı Görüntüle
@@ -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() {