AMD GPU passthrough not available

MathisMath

Cadet
Joined
Nov 1, 2023
Messages
2
Hello. I can see my amd IGPU and normal GPU in the Isolate device menu but i have not isolated any of them. In app settings, Truenas and Truecharts apps, the GPUs are not showing up, it just says Allocate 0. Here is maybe some relevant info

Code:
admin@truenas[~]$ midclt call device.get_gpus | jq
[
  {
    "addr": {
      "pci_slot": "0000:01:05.0",
      "domain": "0000",
      "bus": "01",
      "slot": "05"
    },
    "description": "Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4250]",
    "devices": [
      {
        "pci_id": "1002:9715",
        "pci_slot": "0000:01:05.0",
        "vm_pci_slot": "pci_0000_01_05_0"
      },
      {
        "pci_id": "1002:970F",
        "pci_slot": "0000:01:05.1",
        "vm_pci_slot": "pci_0000_01_05_1"
      }
    ],
    "vendor": "AMD",
    "uses_system_critical_devices": false,
    "available_to_host": true
  },
  {
    "addr": {
      "pci_slot": "0000:02:00.0",
      "domain": "0000",
      "bus": "02",
      "slot": "00"
    },
    "description": "Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 OEM]",
    "devices": [
      {
        "pci_id": "1002:6811",
        "pci_slot": "0000:02:00.0",
        "vm_pci_slot": "pci_0000_02_00_0"
      },
      {
        "pci_id": "1002:AAB0",
        "pci_slot": "0000:02:00.1",
        "vm_pci_slot": "pci_0000_02_00_1"
      }
    ],
    "vendor": "AMD",
    "uses_system_critical_devices": false,
    "available_to_host": true
  }
]
Code:

Code:
admin@truenas[~]$ sudo k3s kubectl get pods -n kube-system | grep amd
[sudo] password for admin: 
amdgpu-device-plugin-daemonset-mwfs4           1/1     Running   0              28m
amdgpu-labeller-daemonset-4b4pq                1/1     Running   0              27m
admin@truenas[~]$ 
Code:

Does someone have any pointers?
 

MathisMath

Cadet
Joined
Nov 1, 2023
Messages
2
Hello. I can see my amd IGPU and normal GPU in the Isolate device menu but i have not isolated any of them. In app settings, Truenas and Truecharts apps, the GPUs are not showing up, it just says Allocate 0. Here is maybe some relevant info

Code:
admin@truenas[~]$ midclt call device.get_gpus | jq
[
  {
    "addr": {
      "pci_slot": "0000:01:05.0",
      "domain": "0000",
      "bus": "01",
      "slot": "05"
    },
    "description": "Advanced Micro Devices, Inc. [AMD/ATI] RS880 [Radeon HD 4250]",
    "devices": [
      {
        "pci_id": "1002:9715",
        "pci_slot": "0000:01:05.0",
        "vm_pci_slot": "pci_0000_01_05_0"
      },
      {
        "pci_id": "1002:970F",
        "pci_slot": "0000:01:05.1",
        "vm_pci_slot": "pci_0000_01_05_1"
      }
    ],
    "vendor": "AMD",
    "uses_system_critical_devices": false,
    "available_to_host": true
  },
  {
    "addr": {
      "pci_slot": "0000:02:00.0",
      "domain": "0000",
      "bus": "02",
      "slot": "00"
    },
    "description": "Advanced Micro Devices, Inc. [AMD/ATI] Curacao PRO [Radeon R7 370 / R9 270/370 OEM]",
    "devices": [
      {
        "pci_id": "1002:6811",
        "pci_slot": "0000:02:00.0",
        "vm_pci_slot": "pci_0000_02_00_0"
      },
      {
        "pci_id": "1002:AAB0",
        "pci_slot": "0000:02:00.1",
        "vm_pci_slot": "pci_0000_02_00_1"
      }
    ],
    "vendor": "AMD",
    "uses_system_critical_devices": false,
    "available_to_host": true
  }
]


Code:
admin@truenas[~]$ sudo k3s kubectl get pods -n kube-system | grep amd
[sudo] password for admin:
amdgpu-device-plugin-daemonset-mwfs4           1/1     Running   0              28m
amdgpu-labeller-daemonset-4b4pq                1/1     Running   0              27m
admin@truenas[~]$


Does someone have any pointers?
above i edited the code to be better formatted
 
Top