From c908ad057ab2c1a5ca62003dfd4e7d8984c888a9 Mon Sep 17 00:00:00 2001 From: Julia Jiang Date: Thu, 19 Dec 2024 15:12:16 -0500 Subject: [PATCH] SWDEV-505803 - Remove environment variable with DEBUG_* Change-Id: I447743d1caef02592c9f0bcc21fc5569b504ee36 --- docs/how-to/debugging_env.rst | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docs/how-to/debugging_env.rst b/docs/how-to/debugging_env.rst index e27caf7aef..7b3204143d 100644 --- a/docs/how-to/debugging_env.rst +++ b/docs/how-to/debugging_env.rst @@ -93,18 +93,3 @@ the same hardware queues for the new streams in a round-robin manner. Note that this maximum number does not apply to hardware queues that are created for CU-masked HIP streams, or cooperative queues for HIP Cooperative Groups (single queue per device). - - * - | ``DEBUG_HIP_7_PREVIEW`` - | Enable preview of upcoming - | runtime changes that break - | backward compatibility. - | These changes might require - | updating existing application - | code to support the new - | behavior. The new behavior - | will become default in a - | future major release and this - | environment variable will - | no longer be needed. - - 0 - - 0x1: Match the behavior of hipGetLastError with its corresponding CUDA API \ No newline at end of file