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)