We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a6281c commit 9d135aeCopy full SHA for 9d135ae
1 file changed
src/exp_noalloc.jl
@@ -24,6 +24,7 @@ end
24
# for dense strided BLAS matrices; other types (GPU, BigFloat, ...) keep the
25
# `lu!` fallback in `ldiv_for_generated!`.
26
function _pade_linsolve(A::StridedMatrix{<:LinearAlgebra.BlasFloat})
27
+ A isa GPUArraysCore.AbstractGPUArray && return nothing
28
Abuf = similar(A)
29
Bbuf = similar(A)
30
return LinearSolve.init(
0 commit comments