From b71775bf317b8a91180a7db4d80c29c4faf20338 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Fri, 8 Sep 2023 10:41:39 -0400 Subject: [PATCH] Update test/gpu/gputests.jl --- test/gpu/gputests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gpu/gputests.jl b/test/gpu/gputests.jl index add2243..7bd3a8c 100644 --- a/test/gpu/gputests.jl +++ b/test/gpu/gputests.jl @@ -25,7 +25,7 @@ end eA = exp(A) A_d = cu(A) - ExponentialUtilities.exponential!(A_d) # Make sure simple command works + exponential!(A_d) # Make sure simple command works # Iterate over GPU-compatible methods for m in (ExpMethodHigham2005(false),)