Skip to content

Commit dca6c88

Browse files
committed
[UR] Add lifetime validation documentation
1 parent f1dd200 commit dca6c88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

scripts/core/INTRO.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,8 @@ Layers currently included with the runtime are as follows:
268268
- Enables non-adapter-specific parameter validation (e.g. checking for null values).
269269
* - UR_LAYER_LEAK_CHECKING
270270
- Performs some leak checking for API calls involving object creation/destruction.
271+
* - UR_LAYER_LIFETIME_VALIDATION
272+
- 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.
271273
* - UR_LAYER_FULL_VALIDATION
272274
- Enables UR_LAYER_PARAMETER_VALIDATION and UR_LAYER_LEAK_CHECKING.
273275
* - UR_LAYER_TRACING

0 commit comments

Comments
 (0)