From f49e4714af7093b3a0e9c6e891e7b47e731ae04c Mon Sep 17 00:00:00 2001 From: nietras Date: Fri, 2 Jan 2026 16:15:20 +0100 Subject: [PATCH] Fix spelling errors in README for AMD assembly (#13975) --- extra/assembly/amd/README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/assembly/amd/README b/extra/assembly/amd/README index e065336c78..d4b8697d6c 100644 --- a/extra/assembly/amd/README +++ b/extra/assembly/amd/README @@ -3,9 +3,9 @@ An integrated environment for AMD GPU assembly and emulation Test with `PYTHONPATH="." pytest -n12 extra/assembly/amd/` `AMD_LLVM=1 PYTHONPATH="." pytest -n12 extra/assembly/amd/` -* pdf.py -- extract assembly format + instruction psuedocode from AMD PDF +* pdf.py -- extract assembly format + instruction pseudocode from AMD PDF * dsl.py -- helpers for the autogen instruction classes in `__init__.py`. should be standalone with init -* pcode.py -- psuedocode execution environment. psuedocode should be transformed as little as possible. +* pcode.py -- pseudocode execution environment. pseudocode should be transformed as little as possible. * asm.py -- an asm/disasm function to transform to and from AMD assembly syntax * emu.py -- an emulator for RDNA that runs in tinygrad with `AMD=1 MOCKGPU=1 PYTHON_REMU=1`