Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document adapter logging environment variables #1376

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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