Skip to content

Commit 6e05712

Browse files
authored
Merge pull request #1338 from prachi237/master
FAQ link issue solved #1334
2 parents c2ba838 + 0ddd10f commit 6e05712

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/user/faq.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ FAQ
7373
7474
are a telltale sign that you are lacking compilers.
7575

76+
.. _faq_cuda_compiler_header:
77+
7678
:ref:`(Q) <faq_cuda_compiler_header>` **How can I compile CUDA (host or device) codes in my environment?**
7779

7880
Unfortunately, this is not possible with Conda-Forge's current infrastructure (``nvcc``, ``cudatoolkit``, etc) if there is no local CUDA Toolkit installation. In particular, the ``nvcc`` package provided on Conda-Forge is a *wrapper package* that exposes the actual ``nvcc`` compiler to our CI infrastructure in a ``conda``-friendly way; it does not contain the full ``nvcc`` compiler toolchain. One of the reasons is that CUDA headers like ``cuda.h``, ``cuda_runtime.h``, etc, are not redistributable according to NVIDIA's EULA, which are needed at compile time. Likewise, the ``cudatoolkit`` package only contains CUDA runtime libraries and not the compiler toolchain.

0 commit comments

Comments
 (0)