About 7,440,000 results
Open links in new tab
  1. Different CUDA versions shown by nvcc and NVIDIA-smi

    The situation presents itself any time you install CUDA. The version reported by nvcc and nvidia-smi may not match, and that is expected behavior and in most cases quite normal. If the …

  2. How to get the CUDA version? - Stack Overflow

    Mar 16, 2012 · Note that sometimes the version.txt file refers to a different CUDA installation than the nvcc --version. In this scenario, the nvcc version should be the version you're actually …

  3. cuda - 'nvcc' is not recognized by VS code terminal but works in …

    Apr 7, 2023 · When I run "nvcc --version" in the CMD it gives the version but in the VS code, it says 'nvcc' is not recognized as an internal or external command. My guess is this is …

  4. Nvcc missing when installing cudatoolkit? - Stack Overflow

    Jun 6, 2019 · I have installed cuda along pytorch with conda install pytorch torchvision cudatoolkit=10.0 -c pytorch However, it seems like nvcc was not installed along with it. If I …

  5. pytorch - nvcc not found but cuda runs fine? - Stack Overflow

    Jul 2, 2021 · But gpu acceleration is working fine for training models on cuda. Is there another way to find out cuda compiler tools version. I know nvidia-smi doesn't give the right version. Is …

  6. nvcc - CUDA: How to use -arch and -code and SM vs COMPUTE

    Feb 26, 2016 · I am still not sure how to properly specify the architectures for code generation when building with nvcc. I am aware that there is machine code as well as PTX code …

  7. Getting CUDA version correctly reported by nvcc - Stack Overflow

    Oct 6, 2023 · Getting CUDA version correctly reported by nvcc Asked 2 years, 1 month ago Modified 2 years, 1 month ago Viewed 11k times

  8. cuda - Set default host compiler for nvcc - Stack Overflow

    Jun 28, 2017 · And nvcc fails when there are two options of -ccbin. So, some better supernvcc/nvcc is needed which will filter $@ from -ccbin and next argument and pass other …

  9. linux - NVCC compilation error: exception specification is …

    Apr 26, 2025 · NVCC compilation error: exception specification is incompatible with that of previous function "cospi" Asked 6 months ago Modified 2 months ago Viewed 1k times

  10. How to fix nvcc compiler error "missing cl.exe" - Stack Overflow

    Apr 29, 2023 · CUDA development (on any platform) requires both the nvcc compiler as well as a suitable host code compiler. On (native, not WSL2) Windows, the only host compiler …