mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-04 09:45:00 +00:00
[doc] Obtaining help on LLVM's CUDA support.
llvm-svn: 261706
This commit is contained in:
parent
c81038d2b7
commit
e98e24a50c
@ -171,3 +171,9 @@ customizable target-independent optimization pipeline.
|
||||
32-bit ones on NVIDIA GPUs due to lack of a divide unit. Many of the 64-bit
|
||||
divides in our benchmarks have a divisor and dividend which fit in 32-bits at
|
||||
runtime. This optimization provides a fast path for this common case.
|
||||
|
||||
Obtaining Help
|
||||
==============
|
||||
|
||||
To obtain help on LLVM in general and its CUDA support, see `the LLVM
|
||||
community <http://llvm.org/docs/#mailing-lists>`_.
|
||||
|
Loading…
Reference in New Issue
Block a user