Skip to content

Commit f7efa58

Browse files
committed
BitArray isn't CPUPointer
1 parent 0e962b1 commit f7efa58

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ArrayInterface.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,6 @@ device(A) = device(typeof(A))
616616
device(::Type) = nothing
617617
device(::Type{<:Tuple}) = CPUIndex()
618618
device(::Type{T}) where {T<:Array} = CPUPointer()
619-
device(::Type{T}) where {T<:BitArray} = CPUPointer()
620619
device(::Type{T}) where {T<:AbstractArray} = CPUIndex()
621620
device(::Type{T}) where {T<:PermutedDimsArray} = device(parent_type(T))
622621
device(::Type{T}) where {T<:Transpose} = device(parent_type(T))

0 commit comments

Comments
 (0)