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.
Fast-Poisson-Image-Editing
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
A CLI tool which lets you install proprietary NVIDIA drivers and much more easily on Fedora Linux (32 or above and Rawhide)
cuda-webcam
Webcam Image Processing with CUDA using OpenCV
rust-inline-cuda-tutorial
Let's jump into CUDA development with Rust
rust-ptx-builder
Convenient `build.rs` helper for NVPTX crates
rust-ptx-linker
The missing puzzle piece for NVPTX experience with Rust
rust-ptx-support
Experiments with achieving better ergonomics in Rust CUDA workflow
computeWorks_examples
Matrix multiplication example performed with OpenMP, OpenACC, BLAS, cuBLABS, and CUDA
cublasLt_examples
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
Examples showing how to utilize the NVML library for GPU monitoring