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

RustaCUDA

754
Stars
60
Forks
Watchers

Rusty wrapper for the CUDA Driver API

hemi

338
Stars
53
Forks
Watchers

Simple utilities to enable code reuse and portability between CUDA C/C++ and standard C/C++.

mini-nbody

94
Stars
27
Forks
Watchers

A simple gravitational N-body simulation in less than 100 lines of C code, with CUDA optimizations.

nvml-wrapper

113
Stars
22
Forks
Watchers

Safe Rust wrapper for the NVIDIA Management Library

jetson

205
Stars
42
Forks
Watchers

Helmut Hoffer von Ankershoffen experimenting with arm64 based NVIDIA Jetson (Nano and AGX Xavier) edge devices running Kubernetes (K8s) for machine learning (ML) including Jupyter Notebooks, TensorFlo...

cuda-design-patterns

143
Stars
5
Forks
Watchers

Some CUDA design patterns and a bit of template magic for CUDA

CLTune

164
Stars
37
Forks
Watchers

CLTune: An automatic OpenCL & CUDA kernel tuner

parallel-convolution

27
Stars
15
Forks
Watchers

🖼️ Parallel Image Convolution, applying a blur filter to images. Written in C, optimized in three different ways: MPI, MPI & OpenMP and CUDA.

cuda-api-wrappers

740
Stars
79
Forks
Watchers

Thin, unified, C++-flavored wrappers for the CUDA APIs

cuda-kat

101
Stars
7
Forks
Watchers

CUDA kernel author's tools