add amd_copy_matmul.py to CI (#15555)

more tests before cleanup
This commit is contained in:
chenyu 2026-03-31 22:39:18 -04:00 committed by GitHub
commit 5aeb2273db
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -678,8 +678,10 @@ jobs:
run: |
PYTHONPATH=. DEV=NULL EMULATE=AMD python extra/mmapeak/mmapeak.py
PYTHONPATH=. DEV=NULL EMULATE=AMD_CDNA4 python3 -m pytest -n=auto test/testextra/test_tk.py test/backend/test_asm_gemm.py
- name: Run ASM matmul on MOCKGPU
run: PYTHONPATH="." DEV=AMD MOCKGPU=1 N=256 python3 extra/gemm/amd_asm_matmul.py
- name: Run matmul on MOCKGPU
run: |
PYTHONPATH="." DEV=AMD MOCKGPU=1 N=256 python3 extra/gemm/amd_asm_matmul.py
PYTHONPATH="." DEV=AMD MOCKGPU=1 N=256 python3 extra/gemm/amd_copy_matmul.py
- name: Run LLVM test
run: DEV=AMD:LLVM python test/device/test_amd_llvm.py