mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-06-24 02:14:17 +00:00
usbgpu: more devs in scan_pci (#10171)
This commit is contained in:
parent
37a7a99adb
commit
34d55857cf
1 changed files with 1 additions and 1 deletions
|
|
@ -62,6 +62,6 @@ print_cfg(3, 0)
|
|||
setup_bus(3, gpu_bus=4)
|
||||
dmp = print_cfg(4, 0)
|
||||
print(dmp[0:4])
|
||||
assert dmp[0:4] == b"\x02\x10\x80\x74", "GPU NOT FOUND!"
|
||||
assert dmp[0:4] in (b"\x02\x10\x80\x74", b"\x02\x10\x4c\x74", b"\x02\x10\x50\x75"), "GPU NOT FOUND!"
|
||||
|
||||
print("GPU FOUND!")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue