assembly/amd: fix AMD_LLVM=1 support in emulator (#13881)

* fix AMD_LLVM=1 support in emulator

* more llvm with dtype

* work

* more fixes

* fix dtype
This commit is contained in:
George Hotz
2025-12-30 09:09:57 -05:00
committed by GitHub
parent a19d21ea9c
commit 2b838dc1d8
8 changed files with 1227 additions and 39 deletions

View File

@@ -677,6 +677,8 @@ jobs:
run: cloc --by-file extra/assembly/amd/*.py
- name: Run RDNA3 emulator tests
run: python -m pytest -n=auto extra/assembly/amd/ --durations 20
- name: Run RDNA3 emulator tests (AMD_LLVM=1)
run: AMD_LLVM=1 python -m pytest -n=auto extra/assembly/amd/ --durations 20
- name: Install pdfplumber
run: pip install pdfplumber
- name: Verify AMD autogen is up to date