From 965b88eeae137d3f442593d2038596d9ca184e0a Mon Sep 17 00:00:00 2001 From: Krzysztof Swiecicki Date: Wed, 29 Nov 2023 14:16:47 +0100 Subject: [PATCH] [UR] Add lifetime validation documentation --- scripts/core/INTRO.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/core/INTRO.rst b/scripts/core/INTRO.rst index d557193ef0..942c5f291c 100644 --- a/scripts/core/INTRO.rst +++ b/scripts/core/INTRO.rst @@ -256,6 +256,8 @@ Layers currently included with the runtime are as follows: - Enables non-adapter-specific parameter validation (e.g. checking for null values). * - UR_LAYER_LEAK_CHECKING - Performs some leak checking for API calls involving object creation/destruction. + * - UR_LAYER_LIFETIME_VALIDATION + - Performs lifetime validation on objects (check if it was used within the scope of its creation and destruction) used in API calls. Automatically enables UR_LAYER_LEAK_CHECKING. * - UR_LAYER_FULL_VALIDATION - Enables UR_LAYER_PARAMETER_VALIDATION and UR_LAYER_LEAK_CHECKING. * - UR_LAYER_TRACING