retire hsa (#4885)

* retire hsa

* EMULATE_AMD
This commit is contained in:
nimlgen
2024-06-09 11:33:03 +03:00
committed by GitHub
parent e33efd6a3d
commit 654a8b9ef7
16 changed files with 37 additions and 28 deletions

View File

@@ -84,7 +84,8 @@ tinygrad already supports numerous accelerators, including:
- [x] [LLVM](tinygrad/runtime/ops_llvm.py)
- [x] [METAL](tinygrad/runtime/ops_metal.py)
- [x] [CUDA](tinygrad/runtime/ops_cuda.py)
- [x] [HSA](tinygrad/runtime/ops_hsa.py)
- [x] [AMD](tinygrad/runtime/ops_amd.py)
- [x] [NV](tinygrad/runtime/ops_nv.py)
And it is easy to add more! Your accelerator of choice only needs to support a total of ~25 low level ops.