Skip to content

Commit 358e16a

Browse files
kshyattJutho
andauthored
Update src/implementations/qr.jl
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
1 parent fb60e9a commit 358e16a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/implementations/qr.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ function _gpu_unmqr!(
270270
end
271271

272272
function _gpu_qr!(
273-
A::AbstractMatrix, Q::AbstractMatrix, R::AbstractMatrix; pivoted = false, positive = false, blocksize = 1
273+
A::AbstractMatrix, Q::AbstractMatrix, R::AbstractMatrix; positive = false, blocksize = 1, pivoted = false
274274
)
275275
blocksize > 1 &&
276276
throw(ArgumentError("CUSOLVER/ROCSOLVER does not provide a blocked implementation for a QR decomposition"))

0 commit comments

Comments
 (0)