Skip to content

Commit

Permalink
[UR] Add lifetime validation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kswiecicki committed Nov 29, 2023
1 parent c033439 commit 07e1009
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/core/INTRO.rst
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,9 @@ 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 used in API calls.
- Requires UR_LAYER_LEAK_CHECKING.
* - UR_LAYER_FULL_VALIDATION
- Enables UR_LAYER_PARAMETER_VALIDATION and UR_LAYER_LEAK_CHECKING.
* - UR_LAYER_TRACING
Expand Down

0 comments on commit 07e1009

Please sign in to comment.