CUDA topic

CUDA® is a parallel computing platform and programming model developed by NVIDIA for general computing on graphical processing units (GPUs). With CUDA, developers are able to dramatically speed up computing applications by harnessing the power of GPUs.

List CUDA repositories

Fast-Poisson-Image-Editing

227
Stars
12
Forks
Watchers

A fast poisson image editing implementation that can utilize multi-core CPU or GPU to handle a high-resolution image input.

nvidia-auto-installer-for-fedora-linux

417
Stars
23
Forks
Watchers

A CLI tool which lets you install proprietary NVIDIA drivers and much more easily on Fedora Linux (32 or above and Rawhide)

cuda-webcam

13
Stars
10
Forks
Watchers

Webcam Image Processing with CUDA using OpenCV

rust-inline-cuda-tutorial

17
Stars
0
Forks
Watchers

Let's jump into CUDA development with Rust

rust-ptx-builder

53
Stars
9
Forks
Watchers

Convenient `build.rs` helper for NVPTX crates

rust-ptx-linker

48
Stars
11
Forks
Watchers

The missing puzzle piece for NVPTX experience with Rust

rust-ptx-support

9
Stars
3
Forks
Watchers

Experiments with achieving better ergonomics in Rust CUDA workflow

computeWorks_examples

5
Stars
1
Forks
Watchers

Matrix multiplication example performed with OpenMP, OpenACC, BLAS, cuBLABS, and CUDA

cublasLt_examples

26
Stars
4
Forks
Watchers

Complete examples of the cublasLt libraries. More information can be found in Section 3 of the CUBLAS programming guide. https://docs.nvidia.com/cuda/pdf/CUBLAS_Library.pdf or https://docs.nvidia.com/...

nvml_examples

20
Stars
1
Forks
Watchers

Examples showing how to utilize the NVML library for GPU monitoring