SWDEV-240806 - Added few more Graph APIs

Change-Id: I028a1fdf30232b0c47443685e03d7ca410d2a0d0
Este commit está contenido en:
anusha GodavarthySurya
2021-10-04 03:45:20 -07:00
cometido por Anusha Godavarthy Surya
padre 930807fd20
commit 1111468b49
Se han modificado 4 ficheros con 1210 adiciones y 22 borrados
+38
Ver fichero
@@ -309,3 +309,41 @@ hipGraphMemsetNodeSetParams
hipGraphAddDependencies
hipGraphExecKernelNodeSetParams
hipGraphAddEmptyNode
hipStreamGetCaptureInfo
hipStreamGetCaptureInfo_v2
hipStreamUpdateCaptureDependencies
hipGraphRemoveDependencies
hipGraphGetEdges
hipGraphNodeGetDependencies
hipGraphNodeGetDependentNodes
hipGraphNodeGetType
hipGraphDestroyNode
hipGraphInstantiateWithFlags
hipGraphExecUpdate
hipGraphClone
hipGraphNodeFindInClone
hipGraphAddEventRecordNode
hipGraphEventRecordNodeGetEvent
hipGraphEventRecordNodeSetEvent
hipGraphExecEventRecordNodeSetEvent
hipGraphAddEventWaitNode
hipGraphEventWaitNodeGetEvent
hipGraphEventWaitNodeSetEvent
hipGraphExecEventWaitNodeSetEvent
hipGraphAddHostNode
hipGraphHostNodeGetParams
hipGraphHostNodeSetParams
hipGraphExecHostNodeSetParams
hipGraphAddMemcpyNodeFromSymbol
hipGraphMemcpyNodeSetParamsFromSymbol
hipGraphExecMemcpyNodeSetParamsFromSymbol
hipGraphAddMemcpyNodeToSymbol
hipGraphMemcpyNodeSetParamsToSymbol
hipGraphExecMemcpyNodeSetParamsToSymbol
hipGraphAddChildGraphNode
hipGraphChildGraphNodeGetGraph
hipGraphExecChildGraphNodeSetParams
hipGraphExecMemcpyNodeSetParams
hipGraphMemcpyNodeSetParams1D
hipGraphExecMemcpyNodeSetParams1D
hipGraphExecMemsetNodeSetParams
+38
Ver fichero
@@ -309,3 +309,41 @@ hipGraphMemsetNodeSetParams
hipGraphAddDependencies
hipGraphExecKernelNodeSetParams
hipGraphAddEmptyNode
hipStreamGetCaptureInfo
hipStreamGetCaptureInfo_v2
hipStreamUpdateCaptureDependencies
hipGraphRemoveDependencies
hipGraphGetEdges
hipGraphNodeGetDependencies
hipGraphNodeGetDependentNodes
hipGraphNodeGetType
hipGraphDestroyNode
hipGraphInstantiateWithFlags
hipGraphExecUpdate
hipGraphClone
hipGraphNodeFindInClone
hipGraphAddEventRecordNode
hipGraphEventRecordNodeGetEvent
hipGraphEventRecordNodeSetEvent
hipGraphExecEventRecordNodeSetEvent
hipGraphAddEventWaitNode
hipGraphEventWaitNodeGetEvent
hipGraphEventWaitNodeSetEvent
hipGraphExecEventWaitNodeSetEvent
hipGraphAddHostNode
hipGraphHostNodeGetParams
hipGraphHostNodeSetParams
hipGraphExecHostNodeSetParams
hipGraphAddMemcpyNodeFromSymbol
hipGraphMemcpyNodeSetParamsFromSymbol
hipGraphExecMemcpyNodeSetParamsFromSymbol
hipGraphAddMemcpyNodeToSymbol
hipGraphMemcpyNodeSetParamsToSymbol
hipGraphExecMemcpyNodeSetParamsToSymbol
hipGraphAddChildGraphNode
hipGraphChildGraphNodeGetGraph
hipGraphExecChildGraphNodeSetParams
hipGraphExecMemcpyNodeSetParams
hipGraphMemcpyNodeSetParams1D
hipGraphExecMemcpyNodeSetParams1D
hipGraphExecMemsetNodeSetParams
+44
Ver fichero
@@ -332,3 +332,47 @@ global:
local:
*;
} hip_4.3;
hip_4.5 {
global:
hipStreamGetCaptureInfo;
hipStreamGetCaptureInfo_v2;
hipStreamUpdateCaptureDependencies;
hipGraphRemoveDependencies;
hipGraphGetEdges;
hipGraphNodeGetDependencies;
hipGraphNodeGetDependentNodes;
hipGraphNodeGetType;
hipGraphDestroyNode;
hipGraphInstantiateWithFlags;
hipGraphExecUpdate;
hipGraphClone;
hipGraphNodeFindInClone;
hipGraphAddEventRecordNode;
hipGraphEventRecordNodeGetEvent;
hipGraphEventRecordNodeSetEvent;
hipGraphExecEventRecordNodeSetEvent;
hipGraphAddEventWaitNode;
hipGraphEventWaitNodeGetEvent;
hipGraphEventWaitNodeSetEvent;
hipGraphExecEventWaitNodeSetEvent;
hipGraphAddHostNode;
hipGraphHostNodeGetParams;
hipGraphHostNodeSetParams;
hipGraphExecHostNodeSetParams;
hipGraphAddMemcpyNodeFromSymbol;
hipGraphMemcpyNodeSetParamsFromSymbol;
hipGraphExecMemcpyNodeSetParamsFromSymbol;
hipGraphAddMemcpyNodeToSymbol;
hipGraphMemcpyNodeSetParamsToSymbol;
hipGraphExecMemcpyNodeSetParamsToSymbol;
hipGraphAddChildGraphNode;
hipGraphChildGraphNodeGetGraph;
hipGraphExecChildGraphNodeSetParams;
hipGraphExecMemcpyNodeSetParams;
hipGraphMemcpyNodeSetParams1D;
hipGraphExecMemcpyNodeSetParams1D;
hipGraphExecMemsetNodeSetParams;
local:
*;
} hip_4.4;