SWDEV-479575 - Child Graph dependencies fixed
Change-Id: Iaf2d8f0ae86e6a701d10f5867b742036392e5a43
This commit is contained in:
کامیت شده توسط
Rahul Manocha
والد
5672b0d380
کامیت
ed5b962e62
@@ -380,8 +380,9 @@ TEST_CASE("Unit_hipGraphAddKernelNode_moduleLoadKernelFn_childGraph") {
|
||||
nodeDependencies.push_back(memcpyh2d2);
|
||||
// Add child graph node
|
||||
HIP_CHECK(hipGraphAddChildGraphNode(&childGraphNode, graph,
|
||||
nullptr,
|
||||
0, childgraph));
|
||||
nodeDependencies.data(),
|
||||
nodeDependencies.size(), childgraph));
|
||||
nodeDependencies.clear();
|
||||
nodeDependencies.push_back(childGraphNode);
|
||||
|
||||
// Add MemCpy nodes D2H
|
||||
|
||||
مرجع در شماره جدید
Block a user