From 538354f7cb96dd22956b19a678abe3d62c89ddbd Mon Sep 17 00:00:00 2001 From: Ludovic Raess Date: Tue, 1 Oct 2024 23:15:59 +0200 Subject: [PATCH] Fix typo --- docs/src/concepts/architectures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/concepts/architectures.md b/docs/src/concepts/architectures.md index c9a8a2f5..8b4eb755 100644 --- a/docs/src/concepts/architectures.md +++ b/docs/src/concepts/architectures.md @@ -2,7 +2,7 @@ ## Backend Selection & Architecture Initialization -Chmy.jl supports CPUs, as well as CUDA, ROC and Metal backends for Nvidia, AMD and Apple M-serie GPUs through a thin wrapper around the [`KernelAbstractions.jl`](https://github.com/JuliaGPU/KernelAbstractions.jl) for users to select desirable backends. +Chmy.jl supports CPUs, as well as CUDA, ROC and Metal backends for Nvidia, AMD and Apple M-series GPUs through a thin wrapper around the [`KernelAbstractions.jl`](https://github.com/JuliaGPU/KernelAbstractions.jl) for users to select desirable backends. ```julia # Default with CPU