Skip to content

Commit 6368483

Browse files
authored
[SYCL][DOC] Remove note on explicitly enabling SYSMAN (#16715)
SYSMAN is now enabled by default, so this note is no longer accurate.
1 parent 5827962 commit 6368483

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sycl/doc/extensions/supported/sycl_ext_intel_device_info.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ Beware that when other processes or threads are using this device when this call
397397
is made, the value it returns may be stale even before it is returned to the
398398
caller.
399399

400-
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform. NOTE: one may need to set
401-
ZES_ENABLE_SYSMAN=1 to fully enable this extension.
400+
This new device descriptor is only available for devices in the Level Zero platform, and the matching aspect is only true for those devices. The DPC++ default behavior is to expose GPU devices through the Level Zero platform.
402401

403402

404403
## Version ##

0 commit comments

Comments
 (0)