13 lines
545 B
ReStructuredText
13 lines
545 B
ReStructuredText
|
|
.. _cccl-license:
|
||
|
|
|
||
|
|
License
|
||
|
|
========
|
||
|
|
|
||
|
|
The CUDA Core Compute Libraries use a mix of several licenses, mostly for historical reasons.
|
||
|
|
|
||
|
|
libcu++ uses the `Apache License v2.0 with LLVM Exceptions <https://llvm.org/LICENSE.txt>`_.
|
||
|
|
CUB mostly uses the `3-Clause BSD License <https://github.com/NVIDIA/cccl/blob/main/cub/LICENSE.TXT>`_.
|
||
|
|
Thrust mostly the `Apache License v2.0 <https://github.com/NVIDIA/cccl/blob/main/thrust/LICENSE>`_.
|
||
|
|
|
||
|
|
Newly developed code will be under the `Apache License v2.0 with LLVM Exceptions <https://llvm.org/LICENSE.txt>`_.
|