Skip to content

Commit

Permalink
chore(docs): Remove mention to NVLink
Browse files Browse the repository at this point in the history
NVLink is not needed anymore in the CUDA backend.
  • Loading branch information
pdroalves authored and IceTDrinker committed Jan 16, 2025
1 parent 0377a74 commit b4fa072
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tfhe/docs/guides/run_on_gpu.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,7 @@ All operations follow the same syntax than the one described in [here](../gettin

## Multi-GPU support

TFHE-rs supports platforms with multiple GPUs with some restrictions at the moment:
the platform should have NVLink support, and only GPUs that have peer access to GPU 0 via NVLink
will be used for the computation.
Depending on the platform, this can restrict the number of GPUs used to perform the computation.

There is **nothing to change in the code to execute on multiple GPUs**, when
they are available and have peer access to GPU 0 via NVLink. To keep the API as user-friendly as possible, the configuration is automatically set, i.e., the user has no fine-grained control over the number of GPUs to be used.
TFHE-rs supports platforms with multiple GPUs. There is **nothing to change in the code to execute on such platforms**. To keep the API as user-friendly as possible, the configuration is automatically set, i.e., the user has no fine-grained control over the number of GPUs to be used.

## Benchmark
Please refer to the [GPU benchmarks](../getting_started/benchmarks/gpu_benchmarks.md) for detailed performance benchmark results.
Expand Down

0 comments on commit b4fa072

Please sign in to comment.