INSTALLATION
INSTALLATION
AND ARCHITECTURE
UNIT IV
LM 6 - INSTALLATION STEPS
Note that natively, CUDA allows only 64b applications. That is, we cannot
develop 32b CUDA applications natively (exception: they can be developed only
on the GeForce series GPUs). 32b applications can be developed on x86_64 using
the cross-development capabilities of the CUDA toolkit. For compiling CUDA
programs to 32b, follow these steps −
2015 Yes No
Verifying if your system has a CUDA capable GPU − Open a RUN window
and run the command − control /name Microsoft.DeviceManager, and verify from
the given information. If you do not have a CUDA capable GPU, or a GPU, then
halt.
In this section, we will see how to install the latest CUDA toolkit.
Step 2: Select the type of installation that you would like to perform. The network
installer will initially be a very small executable, which will download the
required files when run. The standalone installer will download each required file
at once and won’t require an Internet connection later to install.
The CUDA toolkit will also install the required GPU drivers, along with the
required libraries and header files to develop CUDA applications. It will also
install some sample code to help starters. If you run the executable by
double-clicking on it, just follow the on-screen directions and the toolkit will be
installed. This is the graphical way of installation, and the downside of this method
is that you do not have control on what packages to install. This can be avoided if
you install the toolkit using CLI. Here is a list of possible packages that can
control −
For example, to install only the compiler and the occupancy calculator, use the
following command −
Step 1 − Check the CUDA toolkit version by typing nvcc -V in the command
prompt.
UNINSTALLING
CUDA can be uninstalled without any fuss from the ‘Control Panel’ of Windows.
At this point, the CUDA toolkit is installed. You can get started by running the
sample programs provided in the toolkit.