Skip to content

Commit

Permalink
Update reference to initializePlugins in xpti doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongreig committed Sep 13, 2024
1 parent 936dd1f commit c67ad44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xpti/doc/SYCL_Tracing_Implementation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ and all kernel executions in the applications are added as nodes in this
global graph. In the SYCL runtime, there is no obvious location where the
creation of the global graph can be inserted as many objects are
instantiated statically. Currently, we embed the graph creation in the
Unified Runtime (UR) layer `initializePlugins()` call. In this call, we will
Unified Runtime (UR) layer `initializeAdapters()` call. In this call, we will
perform two operations:

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

0 comments on commit c67ad44

Please sign in to comment.