Skip to content

Commit 806875f

Browse files
Adjusting overload to include only GPUArrays
1 parent 7858266 commit 806875f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/host/linalg.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,5 +590,5 @@ function LinearAlgebra.getproperty(F::QR{T,<:AnyGPUMatrix{T}}, d::Symbol) where
590590
end
591591
end
592592

593-
Base.print_array(io::IO, Q::QRPackedQ) =
593+
Base.print_array(io::IO, Q::QRPackedQ{T,<:AnyGPUMatrix{T},<:AnyGPUMatrix{T}}) where {T} =
594594
Base.print_array(io, collect(adapt(ToArray(), Q)))

0 commit comments

Comments
 (0)