From a88b939229e1aa71a35bfdf68e8247e1f2092edd Mon Sep 17 00:00:00 2001 From: Younes Belkada <49240599+younesbelkada@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:56:11 +0100 Subject: [PATCH] Update docs/source/installation.mdx --- docs/source/installation.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/installation.mdx b/docs/source/installation.mdx index 762f84c9f..2ae971311 100644 --- a/docs/source/installation.mdx +++ b/docs/source/installation.mdx @@ -27,7 +27,7 @@ cmake -B build -DBUILD_CUDA=ON -S . cmake --build build --config Release python -m build --wheel ``` - +Note support for non-CUDA GPUs (e.g. AMD, Intel), is also coming soon. For a more detailed compilation guide, head to the [dedicated page on the topic](./compiling)