Skip to content

Commit c64c5b9

Browse files
author
Jaime Arteaga
committed
Address comment on documentation
Signed-off-by: Jaime Arteaga <[email protected]>
1 parent a78ab04 commit c64c5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/doc/EnvironmentVariables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ Note that conflicting configuration tuples in the same list will favor the last
152152

153153
| Environment variable | Values | Description |
154154
| -------------------- | ------ | ----------- |
155-
| `SYCL_ENABLE_PCI` (Deprecated) | Integer | When set to 1, enables obtaining the GPU PCI address when using the Level Zero backend. The default is 0. This option is kept for compatibility reasons and is immediately deprecated. New code does not need this setting. |
155+
| `SYCL_ENABLE_PCI` (Deprecated) | Integer | When set to 1, enables obtaining the GPU PCI address when using the Level Zero backend. The default is 1. This option is kept for compatibility reasons and is immediately deprecated. |
156156
| `SYCL_PI_LEVEL_ZERO_DISABLE_USM_ALLOCATOR` | Any(\*) | Disable USM allocator in Level Zero plugin (each memory request will go directly to Level Zero runtime) |
157157
| `SYCL_PI_LEVEL_ZERO_TRACK_INDIRECT_ACCESS_MEMORY` | Any(\*) | Enable support of the kernels with indirect access and corresponding deferred release of memory allocations in the Level Zero plugin. |
158158

0 commit comments

Comments
 (0)