Skip to content

Commit f037677

Browse files
martygrantgithub-actions[bot]
authored andcommitted
Update description of UR_LAYER_FULL_VALIDATION in docs to reflect behaviour in code (#18652)
Current documentation states the `UR_LAYER_FULL_VALIDATION ` env var enables `UR_LAYER_PARAMETER_VALIDATION` and `UR_LAYER_LEAK_CHECKING` but in the [code](https://github.com/intel/llvm/blob/375974ee85bef7e504550a0e7595d109bfe9bcd7/unified-runtime/source/loader/layers/validation/ur_valddi.cpp#L12313) it also enables `UR_LAYER_BOUNDS_CHECKING` and `UR_LAYER_LIFETIME_VALIDATION`.
1 parent 007a057 commit f037677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/core/INTRO.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ By default, no layers are enabled. Layers currently included with the runtime ar
310310
* - UR_LAYER_LIFETIME_VALIDATION
311311
- 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.
312312
* - UR_LAYER_FULL_VALIDATION
313-
- Enables UR_LAYER_PARAMETER_VALIDATION and UR_LAYER_LEAK_CHECKING.
313+
- Enables UR_LAYER_PARAMETER_VALIDATION, UR_LAYER_BOUNDS_CHECKING, UR_LAYER_LEAK_CHECKING, and UR_LAYER_LIFETIME_VALIDATION.
314314
* - UR_LAYER_TRACING
315315
- Enables the XPTI tracing layer, see Tracing_ for more detail.
316316
* - UR_LAYER_ASAN \| UR_LAYER_MSAN \| UR_LAYER_TSAN

0 commit comments

Comments
 (0)