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 8cf89bd commit ac06d0fCopy full SHA for ac06d0f
src/reference.jl
@@ -262,7 +262,7 @@ struct JLArrayStyle{N} <: AbstractGPUArrayStyle{N} end
262
JLArrayStyle(::Val{N}) where N = JLArrayStyle{N}()
263
JLArrayStyle{M}(::Val{N}) where {N,M} = JLArrayStyle{N}()
264
265
-BroadcastStyle(::Type{<:AnyJLArray{T,N}}) where {T,N} = JLArrayStyle{N}()
+BroadcastStyle(::Type{JLArray{T,N}}) where {T,N} = JLArrayStyle{N}()
266
267
# Allocating the output container
268
Base.similar(bc::Broadcasted{JLArrayStyle{N}}, ::Type{T}) where {N,T} =
0 commit comments