summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/docs/CompileCudaWithLLVM.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CompileCudaWithLLVM.rst b/llvm/docs/CompileCudaWithLLVM.rst
index f806b50a5d4..95d6b0d9b82 100644
--- a/llvm/docs/CompileCudaWithLLVM.rst
+++ b/llvm/docs/CompileCudaWithLLVM.rst
@@ -75,7 +75,7 @@ run your program.
always have the same pointer widths, so if you're compiling 64-bit code for
the host, you're also compiling 64-bit code for the device.) Note that as of
v10.0 CUDA SDK `no longer supports compilation of 32-bit
- applications<https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-features>`_.
+ applications <https://docs.nvidia.com/cuda/cuda-toolkit-release-notes/index.html#deprecated-features>`_.
* ``<GPU arch>`` -- the `compute capability
<https://developer.nvidia.com/cuda-gpus>`_ of your GPU. For example, if you
OpenPOWER on IntegriCloud