Rename deferred code object loading environment variable
authorTony <Tony.Tye@amd.com>
Sat, 16 May 2020 01:40:29 +0000 (21:40 -0400)
committerLaurent Morichetti <laurent.morichetti@amd.com>
Sat, 16 May 2020 02:16:16 +0000 (19:16 -0700)
- Rename the environment variable to control deferred code object
  loading from HIP_ENABLE_LAZY_KERNEL_LOADING to
  HIP_ENABLE_DEFERRED_LOADING.

Change-Id: I514a2c2e200954ba42f031528361f8b2e5eb4fbc

gdb/doc/gdb.texinfo

index 571195107800eb949b1d8678203eb5bf5d387d34..64bc239727ec362feb91b8945bd213fae3ef89fd 100644 (file)
@@ -26718,7 +26718,7 @@ default.  AMD GPU code objects are not loaded until the first kernel
 is launched.  Before then, all breakpoints have to be set as pending
 breakpoints using source line positions.
 
-The @code{HIP_ENABLE_LAZY_KERNEL_LOADING} environment variable can be
+The @code{HIP_ENABLE_DEFERRED_LOADING} environment variable can be
 used to disable deferred code object loading by the HIP runtime.  This
 allows breakpoints to be set in AMD GPU code as soon as the inferior
 reaches the @code{main} function.
@@ -26726,7 +26726,7 @@ reaches the @code{main} function.
 For example,
 
 @smallexample
-export HIP_ENABLE_LAZY_KERNEL_LOADING=0
+export HIP_ENABLE_DEFERRED_LOADING=0
 @end smallexample
 
 @item
This page took 0.041045 seconds and 4 git commands to generate.