Revert "wmma: add CUDA tensor core (#3464)" (#3474)

This reverts commit e9cef13f0b.
This commit is contained in:
George Hotz
2024-02-22 11:58:16 +01:00
committed by GitHub
parent e9cef13f0b
commit 7698781389
7 changed files with 27 additions and 49 deletions

View File

@@ -45,7 +45,6 @@ jobs:
run: |
DEBUG=2 EMULATE_METAL=1 FORWARD_ONLY=1 PYTHON=1 python3 ./test/test_linearizer.py TestLinearizer.test_tensor_cores
DEBUG=2 EMULATE_HIP=1 FORWARD_ONLY=1 PYTHON=1 python3 ./test/test_linearizer.py TestLinearizer.test_tensor_cores
DEBUG=2 EMULATE_CUDA=1 FORWARD_ONLY=1 PYTHON=1 python3 ./test/test_linearizer.py TestLinearizer.test_tensor_cores
- name: Test dtype with Python emulator
run: DEBUG=2 PYTHON=1 python3 test/test_dtype.py
- name: Test ops with Python emulator