SWDEV-469422 - Refacor childgraph node
Remove static functions in graph Change-Id: I4df94915f81f250acaea60398aea32ef0ed658e2
Dieser Commit ist enthalten in:
committet von
Anusha Godavarthy Surya
Ursprung
c8afd7109d
Commit
28cbf2bc4f
@@ -1864,8 +1864,9 @@ hipError_t hipGraphExecChildGraphNodeSetParams(hipGraphExec_t hGraphExec, hipGra
|
||||
reinterpret_cast<hip::ChildGraphNode*>(clonedNode)->TopologicalOrder(childGraphNodes);
|
||||
for (std::vector<hip::GraphNode*>::size_type i = 0; i != childGraphNodes.size(); i++) {
|
||||
if (childGraphNodes[i]->GraphCaptureEnabled()) {
|
||||
status = reinterpret_cast<hip::GraphExec*>(hGraphExec)
|
||||
->UpdateAQLPacket(reinterpret_cast<hip::GraphKernelNode*>(childGraphNodes[i]));
|
||||
status = reinterpret_cast<hip::ChildGraphNode*>(clonedNode)
|
||||
->graphExec_.UpdateAQLPacket(
|
||||
reinterpret_cast<hip::GraphKernelNode*>(childGraphNodes[i]));
|
||||
if (status != hipSuccess) {
|
||||
return status;
|
||||
}
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren