Skip to content

Commit

Permalink
Metal with Float32
Browse files Browse the repository at this point in the history
  • Loading branch information
EdoAlvarezR committed Apr 10, 2024
1 parent 6336c5c commit 2bbcafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runtests_solvers2.jl
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ try

using Metal
push!(solvers_to_test, ( "LUdiv + GPU (Metal 64)",
(solver=pnl.solve_ludiv!, GPUArray=MtlArray{Float64}, solver_optargs=()) ) )
(solver=pnl.solve_ludiv!, GPUArray=MtlArray{Float32}, solver_optargs=()) ) )

end
catch e
Expand Down

0 comments on commit 2bbcafe

Please sign in to comment.