diff --git a/runtime/docs/data/env_variables.rst b/runtime/docs/data/env_variables.rst index 4ae0c3e9a..ffabec72f 100644 --- a/runtime/docs/data/env_variables.rst +++ b/runtime/docs/data/env_variables.rst @@ -27,6 +27,8 @@ * - | ``HSA_SCRATCH_SINGLE_LIMIT`` | Specifies the threshold for the amount of scratch memory allocated and reclaimed in kernel dispatches. | Enabling ``HSA_NO_SCRATCH_RECLAIM`` circumvents ``HSA_SCRATCH_SINGLE_LIMIT``, and treats ``HSA_SCRATCH_SINGLE_LIMIT`` as the maximum value. + | + | **NOTE:** In the 7.0 release the developer can use the HIP enumerator ``hipExtLimitScratchCurrent`` to programmatically change the default scratch memory allocation size. For more information, see `Global enums and defines `_. - ``146800640`` - 0 to 4GB per XCC