Skip to content

Commit 766ab7e

Browse files
authored
Update quickstart.md (#553)
Fix `oneBackend()` => `oneAPIBackend()`
1 parent a58aab6 commit 766ab7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The [`synchronize`](@ref) blocks the *host* until the kernel has completed on th
4545

4646
## Launching kernel on the backend
4747

48-
To launch the kernel on a backend-supported backend `isa(backend, KA.GPU)` (e.g., `CUDABackend()`, `ROCBackend()`, `oneBackend()`), we generate the kernel
48+
To launch the kernel on a backend-supported backend `isa(backend, KA.GPU)` (e.g., `CUDABackend()`, `ROCBackend()`, `oneAPIBackend()`), we generate the kernel
4949
for this backend.
5050

5151
First, we initialize the array using the Array constructor of the chosen backend with

0 commit comments

Comments
 (0)