Skip to content

Commit f2bada1

Browse files
committed
the copy is needed, it seems
1 parent c8175db commit f2bada1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MadIPMCUDAExt/UniformBatch/batch_step.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ function batch_update_barrier!(batch_solver::UniformBatchSolver)
535535
end
536536

537537
function batch_prediction_step_size!(batch_solver::UniformBatchSolver)
538-
# pack_prediction_step_data!(batch_solver)
538+
pack_prediction_step_data!(batch_solver)
539539
batch_get_fraction_to_boundary_step!(batch_solver)
540540
batch_get_affine_complementarity_measure!(batch_solver)
541541
batch_get_correction!(batch_solver)

0 commit comments

Comments
 (0)