KEMBAR78
GitHub - NVIDIA/CUDALibrarySamples: CUDA Library Samples
Skip to content

NVIDIA/CUDALibrarySamples

Repository files navigation

License

CUDA Library Samples

The CUDA Library Samples repository contains various examples that demonstrate the use of GPU-accelerated libraries in CUDA. These libraries enable high-performance computing in a wide range of applications, including math operations, image processing, signal processing, linear algebra, and compression. The samples included cover:

  • Math and Image Processing Libraries
  • cuBLAS (Basic Linear Algebra Subprograms)
  • cuTENSOR (Tensor Linear Algebra)
  • cuSPARSE (Sparse Matrix Operations)
  • cuSOLVER (Dense and Sparse Solvers)
  • cuFFT (Fast Fourier Transform)
  • cuRAND (Random Number Generation)
  • NPP (Image and Video Processing)
  • nvJPEG (JPEG Encode/Decode)
  • nvCOMP (Data Compression)
  • and more...

About

The CUDA Library Samples are provided by NVIDIA Corporation as Open Source software, released under the Apache 2.0 License. These examples showcase how to leverage GPU-accelerated libraries for efficient computation across various fields.

For more information on the available libraries and their uses, visit GPU Accelerated Libraries.

Library Examples

Explore the examples of each CUDA library included in this repository:

Each sample provides a practical use case for how to apply these libraries in real-world scenarios, showcasing the power and flexibility of CUDA for a wide variety of computational needs.

Additional Resources

For more information and documentation on CUDA libraries, please visit:

Contributing

We welcome contributions to CUDA Library Samples. To contribute to CUDA Library Samples and make pull requests, follow the guidelines outlined in the Contributing document.

License

The CUDA Library Samples are distributed under the Apache 2.0 License. For more details, refer to the LICENSE.md file.

The old code that was originally distributed under the 3-clause "New" BSD license is available at bsd3_main branch and is no longer maintained.