mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-05 02:07:56 +00:00
[CUDA] Clarify that -l and -L only need to be passed when linking, in CompileCudaWithLLVM.rst.
llvm-svn: 280868
This commit is contained in:
parent
aa89f5c0db
commit
f70f068f9f
@ -81,6 +81,11 @@ brackets as described below:
|
||||
|
||||
You can pass ``--cuda-gpu-arch`` multiple times to compile for multiple archs.
|
||||
|
||||
The `-L` and `-l` flags only need to be passed when linking. When compiling,
|
||||
you may also need to pass ``--cuda-path=/path/to/cuda`` if you didn't install
|
||||
the CUDA SDK into ``/usr/local/cuda``, ``/usr/local/cuda-7.0``, or
|
||||
``/usr/local/cuda-7.5``.
|
||||
|
||||
Flags that control numerical code
|
||||
---------------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user