Skip to content

Commit 8671151

Browse files
committed
more documentation
1 parent 8682dc5 commit 8671151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ gemm!, scal!, gemv! and the high level functions that are implemented with these
7474
# Usage
7575

7676
A backend will be initialized by default,
77-
but can be explicitly set with opencl(), cudanative(), threaded().
78-
There is also GPUArrays.init(device_symbol, filterfuncs...), which can be used to programatically
77+
but can be explicitly set with `opencl()`, `cudanative()`, `threaded()`.
78+
There is also `GPUArrays.init(device_symbol, filterfuncs...)`, which can be used to programmatically
7979
initialize a backend.
8080
Filterfuncs can be used to select a device like this (`opencl()`, etc also support those):
8181
```Julia

0 commit comments

Comments
 (0)