File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -538,7 +538,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMPrefetchExp(
538
538
539
539
std::vector<CUgraphNode> DepsList;
540
540
UR_CALL (getNodesFromSyncPoints (hCommandBuffer, numSyncPointsInWaitList,
541
- pSyncPointWaitList, DepsList));
541
+ pSyncPointWaitList, DepsList),
542
+ Result);
542
543
543
544
try {
544
545
// Add an empty node to preserve dependencies.
@@ -567,7 +568,8 @@ UR_APIEXPORT ur_result_t UR_APICALL urCommandBufferAppendUSMAdviseExp(
567
568
568
569
std::vector<CUgraphNode> DepsList;
569
570
UR_CALL (getNodesFromSyncPoints (hCommandBuffer, numSyncPointsInWaitList,
570
- pSyncPointWaitList, DepsList));
571
+ pSyncPointWaitList, DepsList),
572
+ Result);
571
573
572
574
try {
573
575
// Add an empty node to preserve dependencies.
You can’t perform that action at this time.
0 commit comments