Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/gpu' into gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 9, 2023
2 parents 609d525 + b71775b commit c449067
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gpu/gputests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ end
eA = exp(A)
A_d = cu(A)

ExponentialUtilities.exponential!(copy(A_d)) # Make sure simple command works
exponential!(copy(A_d)) # Make sure simple command works

# Iterate over GPU-compatible methods
for m in (ExpMethodHigham2005(false),)
Expand Down

0 comments on commit c449067

Please sign in to comment.