B580 not being listed
- Dominant language
- C++
- Stars
- 194
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/intel/xpumanager/releases/tag/v2.1.0 does not recognize my B580.
```
davi@davi:/tmp$ sudo dpkg --install --ignore-depends=libigsc1 xpu-smi_2.0.1-1.24.04_amd64.deb
Selecting previously unselected package xpu-smi.
(Reading database ... 376905 files and directories currently installed.)
Preparing to unpack xpu-smi_2.0.1-1.24.04_amd64.deb ...
Unpacking xpu-smi (2.0.1-1~24.04) ...
Setting up xpu-smi (2.0.1-1~24.04) ...
davi@davi:/tmp$ xpu-smi
+----------------------------------------------+----------------------------+------------------------+
| Intel XPU-SMI v2.0 Driver: 1CF0B7A60BF9DB210B10E48 Level Zero: 1.28.0 |
+----------------------------------------------+----------------------------+------------------------+
| GPU Name Persistence-M | Bus-Id Disp.A | Volatile Uncorr. ECC |
| Fan Temp Pwr:Usage/Cap | Memory-Usage | GPU-Util Compute M. |
+----------------------------------------------+----------------------------+------------------------+
| 0 Off | 0000:09:00.0 Off | Disabled |
| 61% N/A 34W / 190W | 24MiB / 12216MiB | N/A Default |
+----------------------------------------------+----------------------------+------------------------+
+-------+-------+--------+----------------+----------------------------------------------------------+
| Processes: |
| GPU PID Type Process Name GPU Memory Usage |
+-------+-------+--------+----------------+----------------------------------------------------------+
| No running GPU processes found. |
+-------+-------+--------+----------------+----------------------------------------------------------+
davi@davi:/tmp$ xpu-smi discovery
[Error] Failed to get device properties: 0x78000020 (ZE_RESULT_ERROR_SURVIVABILITY_MODE_DETECTED)
[Error] Failed to get device properties: 0x78000020 (ZE_RESULT_ERROR_SURVIVABILITY_MODE_DETECTED)
[Error] Failed to get device properties: 0x78000020 (ZE_RESULT_ERROR_SURVIVABILITY_MODE_DETECTED)
[Error] Failed to get device properties: 0x78000020 (ZE_RESULT_ERROR_SURVIVABILITY_MODE_DETECTED)
Device ID Device Information
0 Device Name:
Device State: survivability mode (firmware upda...
Vendor Name: Intel(R) Corporation
SOC UUID: 0000:09:00.0
PCI BDF Address: 0000:09:00.0
DRM Device: /dev/dri/card1
Function Type: physical
davi@davi:/tmp$ sudo apt remove xpu-smi --yes
REMOVING:
xpu-smi
Summary:
Upgrading: 0, Installing: 0, Removing: 1, Not Upgrading: 1
Freed space: 3,589 kB
(Reading database ... 376916 files and directories currently installed.)
Removing xpu-smi (2.0.1-1~24.04) ...
davi@davi:/tmp$ sudo dpkg --install --ignore-depends=libigsc1 xpu-smi_2.1.0+26.33.6468cec-1.24.04_amd64.deb
Selecting previously unselected package xpu-smi.
(Reading database ... 376905 files and directories currently installed.)
Preparing to unpack xpu-smi_2.1.0+26.33.6468cec-1.24.04_amd64.deb ...
Unpacking xpu-smi (2.1.0+26.33.6468cec-1~24.04) ...
Setting up xpu-smi (2.1.0+26.33.6468cec-1~24.04) ...
davi@davi:/tmp$ xpu-smi
No GPU devices found.
davi@davi:/tmp$ xpu-smi discovery
Device ID Device Information
0 Device State: survivability mode
Recovery Action: Firmware update and GPU reset
PCI BDF Address: 0000:09:00.0
```
`--ignore-depends` because I am using libigsc1 built from source and for some reason the package name is different.
As you can see, the previous release works fine. I have compute-runtime installed from https://github.com/intel/compute-runtime/releases/tag/26.27.39122.11
Contributor guide
Assessment
This issue has not been assessed yet.