Skip to content

Commit 94e3661

Browse files
Added note that ZES_ENABLE_SYSMAN may need to be set
The lenient verbiage is to allow Level-Zero driver to change its defaults.
1 parent 3df29cd commit 94e3661

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dpctl/utils/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ def intel_device_info(dev, /):
7272
7373
Descriptors other than the PCI identifier are supported only
7474
for :class:`.SyclDevices` with Level-Zero backend.
75+
76+
.. note::
77+
Environment variable ``ZES_ENABLE_SYSMAN`` may need to be set
78+
to ``1`` for the ``"free_memory"`` key to be reported.
7579
"""
7680
if not isinstance(dev, SyclDevice):
7781
raise TypeError(f"Expected dpctl.SyclDevice, got {type(dev)}")

0 commit comments

Comments
 (0)