CUDA 9.2 includes updates to libraries, a new library for accelerating custom linear-algebra algorithms, and lower kernel launch latency.
With CUDA 9.2, you can:
- Speed up recurrent and convolutional neural networks through cuBLAS optimizations
- Speed up FFT of prime size matrices through Bluestein kernels in cuFFT
- Accelerate custom linear algebra algorithms with CUTLASS 1.0
- Launch CUDA kernels up to 2X faster than CUDA 9 with new optimizations to the CUDA runtime
Additionally, CUDA 9.2 includes bug fixes and supports new operating systems and popular development tools.
Learn more about CUDA 9.2 >