mirror of
				https://github.com/ml-explore/mlx.git
				synced 2025-10-31 07:58:14 +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
	 Awni Hannun
					Awni Hannun