Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Mar 4, 2023
1 parent 8be3d8e commit 2ad2913
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 @@ -20,6 +20,7 @@ graphics shaders for use in Metal applications. With Metal.jl 0.2, we have added
support for this framework, and used it to accelerate the matrix multiplication operation:

```julia-repl
julia> using Metal, BenchmarkTools
julia> n = p = m = 2048
julia> flops = n*m*(2p-1)
17175674880
Expand Down

0 comments on commit 2ad2913

Please sign in to comment.