From ab3cc8dad8ae86d9787b56a96bbcb970935b08ce Mon Sep 17 00:00:00 2001 From: Bo Li <110066325+BLOrange-AMD@users.noreply.github.com> Date: Thu, 3 Jul 2025 10:00:56 -0500 Subject: [PATCH] Added serialTest to test_host_memory_stats --- test/test_cuda.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_cuda.py b/test/test_cuda.py index 3726c377970229..3378a4676541a2 100644 --- a/test/test_cuda.py +++ b/test/test_cuda.py @@ -156,6 +156,7 @@ def test_pinned_memory_with_cudaregister_multithread(self): for thread in threads: thread.join() + @serialTest def test_host_memory_stats(self): # Helper functions def empty_stats():