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:
parent
c1a06c1111
commit
fed4170db7
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user