You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/core/INTRO.rst
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,8 @@ Layers currently included with the runtime are as follows:
268
268
- Enables non-adapter-specific parameter validation (e.g. checking for null values).
269
269
* - UR_LAYER_LEAK_CHECKING
270
270
- 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.
271
273
* - UR_LAYER_FULL_VALIDATION
272
274
- Enables UR_LAYER_PARAMETER_VALIDATION and UR_LAYER_LEAK_CHECKING.
0 commit comments