This is a minimal RDNA3 emulator built for and tested against tinygrad kernels.
- Install the latest version
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
- Run tinygrad with
MOCKGPU=1 AMD=1
.
Does not implement all RDNA3 instructions.