From f2410b8a303223015653c4fcbbb5d012608ec318 Mon Sep 17 00:00:00 2001 From: Alexis Montoison <35051714+amontoison@users.noreply.github.com> Date: Mon, 20 Feb 2023 14:40:57 -0500 Subject: [PATCH] Update docs/src/gpu.md Co-authored-by: Paul Raynaud --- docs/src/gpu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/gpu.md b/docs/src/gpu.md index 4b93fcffd..3ed5178e3 100644 --- a/docs/src/gpu.md +++ b/docs/src/gpu.md @@ -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