Skip to content

Commit 56e06e9

Browse files
committed
Disable pool tests when running under cuda-memcheck.
1 parent 0ce6f5d commit 56e06e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cudadrv/pool.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
let
1+
@not_if_memcheck let
22
dev = device()
33

44
pool = memory_pool(dev)

0 commit comments

Comments
 (0)