This is a minimal RDNA3 emulator built for and tested against tinygrad kernels.
curl -s https://api.github.com/repos/Qazalin/remu/releases/latest | \
jq -r '.assets[] | select(.name == "libremu.so").browser_download_url' | \
xargs curl -L -o /usr/local/lib/libremu.so
MOCKGPU=1 AMD=1.Does not implement all RDNA3 instructions.