Simulation / Modeling / Design

CUDA 10.1 Now Available

AI-Generated Summary

  • CUDA 10.1 introduces cuBLASLt, a lightweight GEMM library with a flexible API and tensor core support for INT8 inputs and FP16 CGEMM split-complex matrix multiplication.
  • cuSOLVER adds selective eigensolvers SYEVDX and SYGVDX and delivers up to 1.5x faster performance for full spectrum eigensolvers.
  • nvJPEG gains new encoding and batched decoding capabilities, while cuRAND achieves up to 4x speedups across a broad set of random number generators.
  • CUDA Graphs APIs improve performance and add support for fork/join kernels.
  • Host compiler support extends to the latest Microsoft Visual Studio 2017 and 2019 preview versions, with full system requirements detailed in the documentation.

Next Steps

  • Download CUDA 10.1 to access the new libraries and tool updates.
  • Learn more about CUDA 10.1 features for a complete overview of changes.
Powered by NVIDIA Nemotron. AI-generated content may summarize information incompletely. Verify important information. Learn more

CUDA 10.1 is now available for download. This version includes a new lightweight GEMM library, new functionality and performance updates to existing libraries,  and improvements to the CUDA Graphs API.

With CUDA 10.1, you get:

  • cuBLASLt, a new lightweight GEMM library with a flexible API and tensor core support for INT8 inputs and FP16 CGEMM split-complex matrix multiplication
  • New selective eigensolvers SYEVDX and SYGVDX in cuSOLVER, and performance improvements of up to 1.5X for full spectrum eigensolvers
  • New encoding and batched decoding functionalities in nvJPEG
  • Up to 4X faster performance for broad set of random number generators in cuRAND
  • Improved performance and support for fork/join kernels in CUDA Graphs APIs

Additionally, CUDA 10.1 includes bug fixes, support for new operating systems, and updates to the Nsight Systems and Nsight Compute developer tools.

Starting with CUDA 10, NVIDIA and Microsoft have worked closely to ensure a smooth experience for CUDA developers on Windows – CUDA 10.1 adds host compiler support for the latest versions of Microsoft Visual Studio 2017 and 2019 (Previews for RTW, and future updates).  A full list of supported compilers is available in the documentation on system requirements.

Learn more about CUDA 10.1>


Discuss (0)

Tags