Skip to content

Commit

Permalink
Fix devices example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
ViralBShah authored Oct 18, 2024
1 parent 35189d9 commit 246bd77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ low-level API wrappers, along with some slightly higher-level Julia wrappers, ar
in the `MTL` submodule exported by Metal.jl:

```julia-repl
julia> dev = MTLDevice(1)
julia> dev = Metal.MTL.devices()[1]
<AGXG13XDevice: 0x14c17f200>
name = Apple M1 Pro
Expand Down

0 comments on commit 246bd77

Please sign in to comment.