Skip to content

Commit

Permalink
spelling fix
Browse files Browse the repository at this point in the history
  • Loading branch information
youwuyou committed Oct 12, 2024
1 parent 2efae11 commit 20504cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/concepts/architectures.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ using Metal
arch = Arch(MetalBackend())
```

At the beginning of program, one may specify the backend and initialize the architecture they desire to use. The initialized `arch` variable will be required explicitly at creation of some objects such as grids and kernel launchers.
At the beginning of program, one may specify the backend and initialise the architecture they desire to use. The initialised `arch` variable will be required explicitly at creation of some objects such as grids and kernel launchers.

## Specifying the device ID and stream priority

Expand Down

0 comments on commit 20504cc

Please sign in to comment.