Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c67ad44

Browse files
committedSep 13, 2024·
Update reference to initializePlugins in xpti doc.
1 parent 936dd1f commit c67ad44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎xpti/doc/SYCL_Tracing_Implementation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ and all kernel executions in the applications are added as nodes in this
6363
global graph. In the SYCL runtime, there is no obvious location where the
6464
creation of the global graph can be inserted as many objects are
6565
instantiated statically. Currently, we embed the graph creation in the
66-
Unified Runtime (UR) layer `initializePlugins()` call. In this call, we will
66+
Unified Runtime (UR) layer `initializeAdapters()` call. In this call, we will
6767
perform two operations:
6868

6969
1. Initialize all listeners and create a trace event to represent the graph.

0 commit comments

Comments
 (0)
Please sign in to comment.