Skip to content

Commit 2ea5488

Browse files
Update src/appleaccelerate.jl
Co-authored-by: Elliot Saba <[email protected]>
1 parent 6e9bdfa commit 2ea5488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/appleaccelerate.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function aa_getrf!(A::AbstractMatrix{<:Float64}; ipiv = similar(A, BlasInt, min(
3030
chkstride1(A)
3131
m, n = size(A)
3232
lda = max(1,stride(A, 2))
33-
ccall(("dgemm\$NEWLAPACK\$ILP64", libacc), Cvoid,
33+
ccall(("dgetrf\$NEWLAPACK\$ILP64", libacc), Cvoid,
3434
(Ref{BlasInt}, Ref{BlasInt}, Ptr{Float64},
3535
Ref{BlasInt}, Ptr{BlasInt}, Ptr{BlasInt}),
3636
m, n, A, lda, ipiv, info)

0 commit comments

Comments
 (0)