We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 642be44 commit a9584c8Copy full SHA for a9584c8
cuda_bindings/tests/test_cufile.py
@@ -2164,6 +2164,7 @@ def test_get_stats_l1():
2164
cuda.cuMemFree(buf_ptr)
2165
2166
finally:
2167
+ cufile.stats_reset()
2168
os.close(fd)
2169
with suppress(OSError):
2170
os.unlink(file_path)
@@ -2263,6 +2264,7 @@ def test_get_stats_l2():
2263
2264
2265
2266
2267
2268
2269
2270
@@ -2373,6 +2375,7 @@ def test_get_stats_l3():
2373
2375
2374
2376
2377
2378
2379
2380
2381
0 commit comments