Skip to content

Commit 5861efd

Browse files
committed
Document adapter logging environment variables
Signed-off-by: Łukasz Plewa <lukasz.plewa@intel.com>
1 parent f17c0e9 commit 5861efd

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

scripts/core/INTRO.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,26 @@ Environment Variables
282282

283283
Specific environment variables can be set to control the behavior of unified runtime or enable certain features.
284284

285+
.. envvar:: UR_LOG_LEVEL_ZERO
286+
287+
Holds parameters for setting Unified Runtime level zero adapter logging. The syntax is described in the Logging_ section.
288+
289+
.. envvar:: UR_LOG_CUDA
290+
291+
Holds parameters for setting Unified Runtime cuda adapter logging. The syntax is described in the Logging_ section.
292+
293+
.. envvar:: UR_LOG_HIP
294+
295+
Holds parameters for setting Unified Runtime hip adapter logging. The syntax is described in the Logging_ section.
296+
297+
.. envvar:: UR_LOG_OPENCL
298+
299+
Holds parameters for setting Unified Runtime opencl adapter logging. The syntax is described in the Logging_ section.
300+
301+
.. envvar:: UR_LOG_NATIVE_CPU
302+
303+
Holds parameters for setting Unified Runtime native cpu logging. The syntax is described in the Logging_ section.
304+
285305
.. envvar:: UR_LOG_LOADER
286306

287307
Holds parameters for setting Unified Runtime loader logging. The syntax is described in the Logging_ section.

0 commit comments

Comments
 (0)