mirror of
https://github.com/ml-explore/mlx.git
synced 2025-09-03 14:24:44 +08:00
add a half simd gemm fallback (#2046)
* add a half simd gemm fallback * nit
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user