From 1a1749dd298beda6d5ef555dacfc65316b9f3e49 Mon Sep 17 00:00:00 2001 From: Artem Belevich Date: Fri, 16 Nov 2018 01:23:12 +0000 Subject: [PATCH] Added missing whitespace in the link. llvm-svn: 347013 --- docs/CompileCudaWithLLVM.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CompileCudaWithLLVM.rst b/docs/CompileCudaWithLLVM.rst index f806b50a5d4..95d6b0d9b82 100644 --- a/docs/CompileCudaWithLLVM.rst +++ b/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`_. + applications `_. * ```` -- the `compute capability `_ of your GPU. For example, if you