CUDA Toolkit
The NVIDIA® CUDA® Toolkit provides a comprehensive development environment for C and C++ developers building GPU-accelerated applications. The CUDA Toolkit includes a compiler for NVIDIA GPUs, math libraries, and tools for debugging and optimizing the performance of your applications. You’ll also find programming guides, user manuals, API reference, and other documentation to help you get started quickly accelerating your application with GPUs.
Dramatically simplify parallel programming
*New* 64-bit ARM Support- Develop or recompile your applications to run on 64-bit ARM systems with NVIDIA GPUs
- Simplifies programming by enabling applications to access CPU and GPU memory without the need to manually copy data. Read more about unified memory.
- Automatically accelerate applications’ BLAS and FFTW calculations by up to 8X by simply replacing the existing CPU libraries with the GPU-accelerated equivalents.
- *New* Use cuFFT callbacks for higher performance custom processing on input or output data.
- cublasXT - a new BLAS GPU library that automatically scales performance across up to eight GPUs in a single node, delivering over nine teraflops of double precision performance per node, and supporting larger workloads than ever before (up to 512GB). The re-designed FFT GPU library scales up to 2 GPUs in a single node, allowing larger transform sizes and higher throughput.
- Support for Microsoft Visual Studio 2013.
- Improved debugging for CUDA FORTRAN applications
- Replay feature in Visual Profiler and nvprof
- nvprune utiliy to optimize the size of object files
Learn More
Learn more about the GPU-accelerated libraries and development tools included in the CUDA Toolkit
GPU-Accelerated Libraries
|
Development Tools
|
In addition to all the tools, libraries and documentation in the CUDA Toolkit, you’ll find many great CUDA Code Samples to help you get started on your project.
If you develop applications in languages other than C or C++, please review the Getting Started Page for a language solution that meets your needs. The CUDA Toolkit complements and fully supports programming with OpenACC directives.
Availability
The latest version of the CUDA Toolkit is always available at www.nvidia.com/getcuda
NVIDIA GPU Computing Registered Developers get early access to the next CUDA Toolkit release, and access to NVIDIA’s online bug reporting and feature request system.
References