Reenable tensor cores for self-hosted Mac CI (#1717)

* debug 5 matmul

* allow tensor cores in CI

* tensor cores on arm64

* put debug back
This commit is contained in:
George Hotz
2023-08-30 07:53:04 -07:00
committed by GitHub
parent ac183568be
commit fdd7f282cb
3 changed files with 6 additions and 3 deletions

View File

@@ -22,7 +22,9 @@ jobs:
run: BIG=2 MPS=1 python3 test/test_speed_v_torch.py | tee torch_speed.txt
shell: bash
- name: Run Tensor Core GEMM
run: DEBUG=2 python3 extra/gemm/simple_matmul.py | tee matmul.txt
run: |
ln -s ~/tinygrad/disassemblers/applegpu disassemblers/applegpu
DEBUG=2 python3 extra/gemm/simple_matmul.py | tee matmul.txt
shell: bash
- name: Run Stable Diffusion
run: |