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 0e962b1 commit f7efa58Copy full SHA for f7efa58
src/ArrayInterface.jl
@@ -616,7 +616,6 @@ device(A) = device(typeof(A))
616
device(::Type) = nothing
617
device(::Type{<:Tuple}) = CPUIndex()
618
device(::Type{T}) where {T<:Array} = CPUPointer()
619
-device(::Type{T}) where {T<:BitArray} = CPUPointer()
620
device(::Type{T}) where {T<:AbstractArray} = CPUIndex()
621
device(::Type{T}) where {T<:PermutedDimsArray} = device(parent_type(T))
622
device(::Type{T}) where {T<:Transpose} = device(parent_type(T))
0 commit comments