Skip to content

Commit 19cd72e

Browse files
Remove CUDA.reclaim() workaround from SimpleNonlinearSolve tests
The OOM was transient (other processes on shared runner), not caused by our tests. The gpu-v100 tag already targets the right runners. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0209fad commit 19cd72e

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

lib/SimpleNonlinearSolve/test/gpu/cuda_tests.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@ end
5454
if CUDA.functional()
5555
CUDA.allowscalar(false)
5656

57-
# Reclaim GPU memory from previous test items to avoid OOM on shared runners
58-
GC.gc()
59-
CUDA.reclaim()
60-
6157
f(u, p) = u .* u .- p
6258

6359
function kernel_function(prob, alg)

0 commit comments

Comments
 (0)