1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

[CUDA] Fix typo in link in CompileCudaWithLLVM.

llvm-svn: 280859
This commit is contained in:
Justin Lebar 2016-09-07 20:42:24 +00:00
parent c1a06c1111
commit fed4170db7

View 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: