Skip to content

Commit

Permalink
Fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denisalevi authored Feb 27, 2024
1 parent 20391ea commit 82cf35d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs_sphinx/introduction/cuda_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ do so, set the following preferences::

prefs.devices.cuda_standalone.cuda_backend.detect_gpus = False
prefs.devices.cuda_standalone.cuda_backend.compute_capability = <compute_capability>
prefs.devices.cuda_standalone.cuda_backend.runtime_version = <runtime_version>
prefs.devices.cuda_standalone.cuda_backend.cuda_runtime_version = <cuda_runtime_version>

See `devices.cuda_standalone.cuda_backend.detect_gpus`,
`devices.cuda_standalone.cuda_backend.compute_capability` and
Expand Down Expand Up @@ -109,4 +109,4 @@ following:
`devices.cuda_standalone.cuda_backend.compute_capability`.

.. _`CUDA samples`: https://github.com/NVIDIA/cuda-samples/tree/master/Samples
.. _`CUDA toolkit`: https://developer.nvidia.com/cuda-toolkit
.. _`CUDA toolkit`: https://developer.nvidia.com/cuda-toolkit

0 comments on commit 82cf35d

Please sign in to comment.