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 d606fee commit f3f5210Copy full SHA for f3f5210
src/broadcast.jl
@@ -1,6 +1,6 @@
1
# broadcasting
2
3
-using Base.Broadcast: BroadcastStyle, Broadcasted
+import Base.Broadcast: BroadcastStyle, Broadcasted
4
5
struct MtlArrayStyle{N,S} <: AbstractGPUArrayStyle{N} end
6
MtlArrayStyle{M,S}(::Val{N}) where {N,M,S} = MtlArrayStyle{N,S}()
0 commit comments