You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/INTRO.rst
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -182,6 +182,8 @@ Unified Runtime loader implements tracing support through the `XPTI framework <h
182
182
|**user_data**: A pointer to `function_with_args_t` object, that includes function ID, name, arguments, and return value.
183
183
- None
184
184
185
+
The Unified Runtime tracing layer also supports logging tracing output directly, rather than using XPTI. Use the `UR_LOG_TRACING` environment variable to control this output. See the `Logging`_ section below for details of the syntax. All traces are logged at the *info* log level.
186
+
185
187
Sanitizers
186
188
---------------------
187
189
@@ -318,6 +320,10 @@ Specific environment variables can be set to control the behavior of unified run
318
320
319
321
Holds parameters for setting Unified Runtime validation logging. The syntax is described in the Logging_ section.
320
322
323
+
.. envvar:: UR_LOG_TRACING
324
+
325
+
Holds parameters for setting Unified Runtime tracing logging. The syntax is described in the Logging_ section.
326
+
321
327
.. envvar:: UR_ADAPTERS_FORCE_LOAD
322
328
323
329
Holds a comma-separated list of library paths used by the loader for adapter discovery. By setting this value you can
0 commit comments