cpu fallback

This commit is contained in:
Alex Barron
2024-12-06 01:22:50 -08:00
parent c89ddf62b4
commit 769704653a
2 changed files with 2 additions and 2 deletions

View File

@@ -168,7 +168,6 @@ class TestFastSDPA(mlx_tests.MLXTestCase):
if dtype == mx.float16:
rtol = 1e-2
# np.testing.assert_allclose(o_q, reference, rtol=rtol, atol=atol)
self.assertTrue(mx.allclose(o_q, reference, rtol=rtol, atol=atol))
self.assertTrue(mx.allclose(o, reference, rtol=rtol, atol=atol))