Display GPUs as one column in the machines list

Hi team,

I’d like to propose a feature request: to add GPUs (or hardware accelerators) as one possible column in the machines list.

This would be of huge help, as many times the criterion to select a machine to use is the available GPUs.

Thanks

5 Likes

One suggestion here is to use the PCI-SIG defined class codes to figure out what is a GPU (and accelerators, if that makes more sense):

03h → display devices
12h → accelerators

Hi @jasimioni we use tags for this purpose for example

Any machine which has a display card of NVIDIA get the tag GPU

//node[@id="display"]/vendor[contains(.,"NVIDIA")]

Any machine that has a network card which its product contains “ConnectX-7” and has description of Ethernet gets the tag CX7_ETH

count(//node[@class="network" and contains(product,"ConnectX-7]") and contains(description,"Ethernet")]) = 2