Skip to content

Commit

Permalink
Update docs/src/gpu.md
Browse files Browse the repository at this point in the history
Co-authored-by: Paul Raynaud <[email protected]>
  • Loading branch information
amontoison and paraynaud committed Feb 20, 2023
1 parent 407cbae commit f2410b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ x, stats = lsqr(A_gpu, b_gpu)
```

!!! note
The library `oneMKL` is interfaced in oneAPI.jl and accelerate linear algebra operations on Intel GPUs. Only dense linear systems are supported because sparse linear algebra routines are not interfaced yet.
The library `oneMKL` is interfaced in oneAPI.jl and accelerates linear algebra operations on Intel GPUs. Only dense linear systems are supported for the time being because sparse linear algebra routines are not interfaced yet.

## Apple M1 GPUs

Expand Down

0 comments on commit f2410b8

Please sign in to comment.