Skip to content

Commit 431754f

Browse files
Fix doctests (#315)
1 parent b5c4140 commit 431754f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

src/array.jl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -397,19 +397,13 @@ julia> mtl(ones(3)')
397397
1.0 1.0 1.0
398398
399399
julia> mtl(zeros(1,3); storage=Shared)
400-
1×3 MtlMatrix{Float32, Metal.MTL.MTLResourceCPUCacheModeDefaultCache}:
400+
1×3 MtlMatrix{Float32, Shared}:
401401
0.0 0.0 0.0
402402
403403
julia> mtl(1:3)
404404
1:3
405405
406406
julia> MtlArray(1:3)
407-
3-element MtlVector{Int64, Private}:
408-
1
409-
2
410-
3
411-
412-
julia> mtl[1,2,3]
413407
3-element MtlVector{Int64, Private}:
414408
1
415409
2

0 commit comments

Comments
 (0)