Skip to content

Commit 1420ebf

Browse files
committed
Add note about debug env variables
1 parent cfcc43a commit 1420ebf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

sycl/doc/EnvironmentVariables.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,11 @@ The default value is 0 and no tracing is enabled.
261261
:warning: **Warning:** <span style="color:red">the environment variables
262262
described below are used for development and debugging of DPC++ compiler
263263
and runtime. Their semantics are subject to change. Do not rely on these
264-
variables in production code.</span>
264+
variables in production code. Most of these variables are only supported
265+
by the legacy L0 adapter (when running on platforms with GPUs based on
266+
architectures older than Xe2, such as PVC or DG2 or when
267+
SYCL_UR_USE_LEVEL_ZERO_V2=0 is set). The only exception is
268+
SYCL_PI_LEVEL_ZERO_USM_ALLOCATOR which is supported by both adapters.</span>
265269

266270
| Environment variable | Values | Description |
267271
| -------------------- | ------ | ----------- |

0 commit comments

Comments
 (0)