Answers for "how to check installed cuda version in python"

1

check cuda version python

nvcc --version
Posted by: Guest on August-20-2020
0

check if cuda installed

# nvcc -V
 nvcc: NVIDIA (R) Cuda compiler driver
 Copyright (c) 2005-2015 NVIDIA Corporation
 Built on Tue_Aug_11_14:31:50_CDT_2015
 Cuda compilation tools, release 7.5, V7.5.17
Posted by: Guest on March-26-2021

Code answers related to "how to check installed cuda version in python"

Browse Popular Code Answers by Language