diff options
author | Artem Belevich <tra@google.com> | 2018-11-16 01:23:12 +0000 |
---|---|---|
committer | Artem Belevich <tra@google.com> | 2018-11-16 01:23:12 +0000 |
commit | d9e21fff622cdfa65c35cec2c8d735c6cbd7b8a9 (patch) | |
tree | 0397e8235482cebee43bd8caba64e15c50f8848c | |
parent | 7c5c3b1e0ececabc87c70c78495e9ee944d5c439 (diff) | |
download | bcm5719-llvm-d9e21fff622cdfa65c35cec2c8d735c6cbd7b8a9.tar.gz bcm5719-llvm-d9e21fff622cdfa65c35cec2c8d735c6cbd7b8a9.zip |
Added missing whitespace in the link.
llvm-svn: 347013
-rw-r--r-- | llvm/docs/CompileCudaWithLLVM.rst | 2 |
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 |