mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-04-29 03:00:14 -04:00
fix am driver for gfx1201 (#9836)
This commit is contained in:
@@ -649,7 +649,7 @@ class KFDIface:
|
||||
class AMAllocationMeta: owner:AMDDevice; mapped_devs:list[AMDDevice]; mapping:AMMapping # noqa: E702
|
||||
|
||||
class PCIIface:
|
||||
supported_devs:list[int] = [0x744c, 0x7480]
|
||||
supported_devs:list[int] = [0x744c, 0x7480, 0x7550]
|
||||
vfio:bool = getenv("VFIO", 1) and HWInterface.exists("/dev/vfio/vfio")
|
||||
vfio_fd:HWInterface
|
||||
gpus:list[Any] = []
|
||||
|
||||
Reference in New Issue
Block a user