add a half simd gemm fallback (#2046)

* add a half simd gemm fallback

* nit
This commit is contained in:
Awni Hannun
2025-04-07 09:31:29 -07:00
committed by GitHub
parent 1a28b69ee2
commit f2c85308c1
7 changed files with 232 additions and 57 deletions

View File

@@ -12,7 +12,7 @@ import numpy as np
class TestBlas(mlx_tests.MLXTestCase):
@property
def dtypes(self):
return ["float32", "float16"] if mx.metal.is_available() else ["float32"]
return ["float32", "float16"]
def __gemm_test(
self,