projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a75850
)
[CUDA] Fix typo in link in CompileCudaWithLLVM.
author
Justin Lebar
<jlebar@google.com>
Wed, 7 Sep 2016 20:42:24 +0000
(20:42 +0000)
committer
Justin Lebar
<jlebar@google.com>
Wed, 7 Sep 2016 20:42:24 +0000
(20:42 +0000)
llvm-svn: 280859
llvm/docs/CompileCudaWithLLVM.rst
patch
|
blob
|
history
diff --git
a/llvm/docs/CompileCudaWithLLVM.rst
b/llvm/docs/CompileCudaWithLLVM.rst
index 04703319d95a189efb58ad63ae5f0cab7a8fe41e..96c482541395550073f514fb9c692ed94ae3a673 100644
(file)
--- a/
llvm/docs/CompileCudaWithLLVM.rst
+++ b/
llvm/docs/CompileCudaWithLLVM.rst
@@
-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: