7900xtx on an adtlink. next step is to get the @__tinygrad__ amd runtime working and launch some kernels.
3
5
0
having fun with some hardware on the weekend. bought a pi5 to host the 7900xtx device because i didn't want to rice the macos with linux. racking and stacking is easy. it's time to launch some triton and hip kernels B)
enumerates after enabling pcie on pios' boot firmware config
1
1
we do both
1
1
broadcom aarm on the pi5 doesn't support pcie atomics which rdna userspace uses through kfd kernelspace drivers for queues. last hope for the pi before switching back to darwin or proper linux is hacking resizable bar for tinygrad's am pciiface.

Nov 2, 2025 · 1:51 PM UTC

1
1
github.com/raspberrypi/linux… patchwork.kernel.org/project… seem promising. tinygrad's userspace driver with AMD_IFACE=PCI when writing to sysfs (/sys/bus/pci/devices/0001:03:00.0/resource0_resize) receives an ENOSPC at the moment. need to rebuild the kernel with these patches.