Skip to content

Commit 542598b

Browse files
authored
Remove backend set to CUDA
1 parent 321a413 commit 542598b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/constraints.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@ prob = OptimizationProblem(opt_f, x0, p, lcons = lcons, ucons = ucons, lb = lb,
3131

3232
n_particles = 1000
3333

34-
backend = CUDABackend()
35-
3634
sol = solve(prob, ParallelSyncPSOKernel(n_particles; backend), maxiters = 500)
3735
@test sol.retcode == ReturnCode.Default
3836
@test abs(1 - 2 * sol.u[2] + sol.u[1]) < 1e-1

0 commit comments

Comments
 (0)