We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddab6b3 commit 05c0c84Copy full SHA for 05c0c84
benchmarks/benchmarks_cufft.jl
@@ -32,6 +32,7 @@ for i in 1:p
32
timer_gpu_rounded = round(timer_gpu, digits=2)
33
println("$i -- $n -- GPU -- $(timer_gpu)")
34
println("$i -- $n -- GPU -- $(timer_gpu_rounded)")
35
+ CUDA.unsafe_free!(x)
36
37
# RATIO
38
ratio = timer_cpu / timer_gpu
@@ -67,6 +68,7 @@ for i in 1:p
67
68
69
70
71
72
73
74
0 commit comments