Skip to content

Commit

Permalink
Merge pull request #1376 from lplewa/log_doc
Browse files Browse the repository at this point in the history
Document adapter logging environment variables
  • Loading branch information
pbalcer authored May 15, 2024
2 parents 577292e + 5861efd commit 78b8e3e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions scripts/core/INTRO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,26 @@ Environment Variables

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

.. envvar:: UR_LOG_LEVEL_ZERO

Holds parameters for setting Unified Runtime level zero adapter logging. The syntax is described in the Logging_ section.

.. envvar:: UR_LOG_CUDA

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

.. envvar:: UR_LOG_HIP

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

.. envvar:: UR_LOG_OPENCL

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

.. envvar:: UR_LOG_NATIVE_CPU

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

.. envvar:: UR_LOG_LOADER

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

0 comments on commit 78b8e3e

Please sign in to comment.