Skip to content

Commit 78b8e3e

Browse files
authored
Merge pull request #1376 from lplewa/log_doc
Document adapter logging environment variables
2 parents 577292e + 5861efd commit 78b8e3e

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)