We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3df29cd commit 94e3661Copy full SHA for 94e3661
dpctl/utils/__init__.py
@@ -72,6 +72,10 @@ def intel_device_info(dev, /):
72
73
Descriptors other than the PCI identifier are supported only
74
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.
79
"""
80
if not isinstance(dev, SyclDevice):
81
raise TypeError(f"Expected dpctl.SyclDevice, got {type(dev)}")
0 commit comments