About 689,000 results
Open links in new tab
  1. How to get the CUDA version? - Stack Overflow

    Mar 16, 2012 · Use the following command to check CUDA installation by Conda: conda list cudatoolkit And the following command to check CUDNN version installed by conda: conda list …

  2. How to check which cuda version my pytorch is using

    Mar 31, 2021 · I have multiple CUDA versions installed on the server, e.g., /opt/NVIDIA/cuda-9.1 and /opt/NVIDIA/cuda-10, and /usr/local/cuda is linked to the latter one. I believe I installed my …

  3. How to Check PyTorch CUDA Version Easily - VarHowto

    Aug 5, 2020 · There are three ways to check CUDA version, which are not really specific to PyTorch. The simplest way is probably just to check a file. Run cat /usr/local/cuda/version.txt …

  4. How to check my cuda version Windows 11 - UMA Technology

    By following the methods outlined in this article, you can easily check your installed CUDA version through multiple means such as the Command Prompt, NVIDIA Control Panel, and …

  5. How to check cuda version Windows 11 - TechBloat

    Mar 6, 2025 · In this comprehensive guide, we’ll cover various methods you can employ to check the CUDA version on your Windows 11 machine. You’ll learn how to do this through NVIDIA’s …

  6. How to Check Your CUDA Version: A Complete Developer’s Guide

    Aug 23, 2024 · One of the most straightforward methods to check your CUDA version is by using the nvcc command, which stands for NVIDIA CUDA Compiler. This command is part of the …

  7. Goldu/How-to-Verify-CUDA-Installation - GitHub

    This tutorial provides step-by-step instructions on how to verify the installation of CUDA on your system using command-line tools. It covers methods for checking CUDA on Linux, Windows, …

  8. How to check CUDA version on a Windows system - Massed …

    Once the Command Prompt is open, type the following command and press Enter: nvcc --version; The CUDA version will be displayed in the Command Prompt window. This show you the …

  9. get the CUDA and CUDNN version on windows with Anaconda …

    Jan 2, 2021 · Use the following command to check CUDA installation by Conda: conda list cudatoolkit And the following command to check CUDNN version installed by conda: conda list …

  10. How can I check the CUDA version used by PyTorch from the command line

    To check the CUDA version that your PyTorch installation is using, you can follow these simple steps: 1. **Open your Command Line Interface**: - This could be a terminal on Linux or …

  11. Some results have been removed
Refresh