Fix building with CUDA toolkit 13.2 (#3273)

This commit is contained in:
Cheng
2026-03-19 08:31:44 +09:00
committed by GitHub
parent b41b349b67
commit 75f74ea9bc
8 changed files with 42 additions and 79 deletions
+1
View File
@@ -2181,6 +2181,7 @@ class TestArray(mlx_tests.MLXTestCase):
x = mx.sin(x)
mx.eval(x)
@unittest.skipIf(platform.system() == "Windows", "Memory info not accurate")
def test_siblings_without_eval(self):
def get_mem():
process = psutil.Process(os.getpid())