From 81606b86861ba572ed0b3d60ae0079d062a35435 Mon Sep 17 00:00:00 2001 From: Dale-Black <62632960+Dale-Black@users.noreply.github.com> Date: Thu, 9 Jan 2025 11:33:15 -0800 Subject: [PATCH] Update quickstart.md Fix `oneBackend()` => `oneAPIBackend()` --- docs/src/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/quickstart.md b/docs/src/quickstart.md index 02c49cdcc..fcce42588 100644 --- a/docs/src/quickstart.md +++ b/docs/src/quickstart.md @@ -45,7 +45,7 @@ The [`synchronize`](@ref) blocks the *host* until the kernel has completed on th ## Launching kernel on the backend -To launch the kernel on a backend-supported backend `isa(backend, KA.GPU)` (e.g., `CUDABackend()`, `ROCBackend()`, `oneBackend()`), we generate the kernel +To launch the kernel on a backend-supported backend `isa(backend, KA.GPU)` (e.g., `CUDABackend()`, `ROCBackend()`, `oneAPIBackend()`), we generate the kernel for this backend. First, we initialize the array using the Array constructor of the chosen backend with