OSDN Git Service

Added missing whitespace in the link.
authorArtem Belevich <tra@google.com>
Fri, 16 Nov 2018 01:23:12 +0000 (01:23 +0000)
committerArtem Belevich <tra@google.com>
Fri, 16 Nov 2018 01:23:12 +0000 (01:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@347013 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CompileCudaWithLLVM.rst

index f806b50..95d6b0d 100644 (file)
@@ -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