mirror of
https://github.com/ml-explore/mlx.git
synced 2025-10-18 15:28:16 +08:00
Remove Hazard tracking with Fences (#1509)
* remove hazard tracking * with fence map * no hazard tracking with fences * nits * fix fence retain * cleanup * fix quantized rebase
This commit is contained in:
@@ -769,7 +769,6 @@ class TestCompile(mlx_tests.MLXTestCase):
|
||||
|
||||
out = mx.compile(fn)(a, b)
|
||||
expected = fn(a, b)
|
||||
print((out - expected).abs().max())
|
||||
self.assertTrue(mx.allclose(out, expected))
|
||||
|
||||
def test_compile_many_inputs(self):
|
||||
|
Reference in New Issue
Block a user