Skip to content

Commit ddfb6b3

Browse files
committed
Update array.jl
1 parent ed9d202 commit ddfb6b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ mutable struct MtlArray{T,N,S} <: AbstractGPUArray{T,N}
5858
catch
5959
throw(ArgumentError("Invalid MTL storage mode: $S. Must be one of Metal.PrivateStorage, Metal.SharedStorage or Metal.ManagedStorage."))
6060
end
61-
61+
6262
maxsize = prod(dims) * sizeof(T)
6363

6464
bufsize = if Base.isbitsunion(T)

0 commit comments

Comments
 (0)