Skip to content

Commit

Permalink
Update Metal.jl blog post.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt authored Mar 5, 2023
1 parent 285f319 commit 2aff158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions post/2023-03-03-metal_0.2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ julia> a = MtlArray(rand(Float32, n, p));
julia> b = MtlArray(rand(Float32, p, m));
julia> c = MtlArray(zeros(Float32, n, m));
julia> using LinearAlgebra
julia> bench = @benchmark Metal.@sync mul!(c, a, b)
BenchmarkTools.Trial: 518 samples with 1 evaluation.
Range (min … max): 9.366 ms … 13.354 ms ┊ GC (min … max): 0.00% … 0.00%
Expand Down

0 comments on commit 2aff158

Please sign in to comment.