Commit 35e6a51
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 98da435 commit 35e6a51
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
313 | | - | |
| 313 | + | |
314 | 314 | | |
315 | 315 | | |
316 | 316 | | |
| |||
0 commit comments