We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5034361 commit 5833c87Copy full SHA for 5833c87
numba_cuda/numba/cuda/tests/nrt/test_nrt.py
@@ -62,7 +62,6 @@ def kernel():
62
init_stats = rtsys.get_allocation_stats()
63
kernel[1,1]()
64
cur_stats = rtsys.get_allocation_stats()
65
- breakpoint()
66
self.assertEqual(cur_stats.alloc - init_stats.alloc, n)
67
self.assertEqual(cur_stats.free - init_stats.free, n)
68
0 commit comments