File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,7 +240,7 @@ static ur_result_t enqueueCommandBufferFillHelper(
240
240
CommandBuffer->Device ->getContext ()));
241
241
242
242
// Get sync point and register the cuNode with it.
243
- *SyncPoint = CommandBuffer->AddSyncPoint (
243
+ *SyncPoint = CommandBuffer->addSyncPoint (
244
244
std::make_shared<CUgraphNode>(GraphNodeFirst));
245
245
246
246
DepsList.clear ();
@@ -273,7 +273,7 @@ static ur_result_t enqueueCommandBufferFillHelper(
273
273
274
274
GraphNodePtr = std::make_shared<CUgraphNode>(GraphNode);
275
275
// Get sync point and register the cuNode with it.
276
- *SyncPoint = CommandBuffer->AddSyncPoint (GraphNodePtr);
276
+ *SyncPoint = CommandBuffer->addSyncPoint (GraphNodePtr);
277
277
278
278
DepsList.clear ();
279
279
DepsList.push_back (*GraphNodePtr.get ());
You can’t perform that action at this time.
0 commit comments