GpuDevice
data class GpuDevice(val vendor: GpuDevice.Vendor, val model: String, val bus: String, val cardDev: List<Path>, val renderDev: List<Path>, val deviceId: Int?)
A GPU device on the host machine.
Parameters
vendor
Vendor of the GPU.
model
Model of the GPU.
bus
PCI slot which the device resides in.
cardDev
Path to the DRI primary node.
renderDev
Path to the DRI render node.
deviceId
The device ID for NVIDIA GPUs.