OSDN Git Service

[CUDA] Fix typo in link in CompileCudaWithLLVM.
authorJustin Lebar <jlebar@google.com>
Wed, 7 Sep 2016 20:42:24 +0000 (20:42 +0000)
committerJustin Lebar <jlebar@google.com>
Wed, 7 Sep 2016 20:42:24 +0000 (20:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280859 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CompileCudaWithLLVM.rst

index 0470331..96c4825 100644 (file)
@@ -42,7 +42,7 @@ Invoking clang
 Invoking clang for CUDA compilation works similarly to compiling regular C++.
 You just need to be aware of a few additional flags.
 
-You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>_`
+You can use `this <https://gist.github.com/855e277884eb6b388cd2f00d956c2fd4>`_
 program as a toy example.  Save it as ``axpy.cu``.  To build and run, run the
 following commands: