Skip to content

Commit af23492

Browse files
kshyattlkdvos
andauthored
Update ext/MatrixAlgebraKitCUDAExt/yacusolver.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent 1344784 commit af23492

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MatrixAlgebraKitCUDAExt/yacusolver.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (bname, fname, elty, relty) in
2828
#! format: on
2929
chkstride1(A, U, Vᴴ, S)
3030
m, n = size(A)
31-
(m < n) && throw(ArgumentError("CUSOLVER's gesvd requires m ($m) ≥ n ($n)"))
31+
(m < n) && throw(ArgumentError(lazy"CUSOLVER's gesvd requires m ($m) ≥ n ($n)"))
3232
minmn = min(m, n)
3333
if length(U) == 0
3434
jobu = 'N'

0 commit comments

Comments
 (0)