GPU-Gems-Book-Source-Code
GPU techniques library
A collection of source code from NVIDIA's GPU Gems book series, showcasing various techniques and examples for computer graphics, physics, simulation, and general-purpose computation on GPUs.
CD Content ( Source Code ) Collection of Book
1k stars
55 watching
443 forks
Language: C++
last commit: over 6 years ago
Linked from 1 awesome list
book-source-codeglslgpugpu-gemsgpu-programminggraphicshlslrenderingshader
Related projects:
Repository | Description | Stars |
---|---|---|
erich666/graphicsgems | Code repository for a book series on graphics programming in C | 1,404 |
nvidia/matx | A C++17 GPU-accelerated numerical computing library with Python-like syntax | 1,222 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,942 |
nvidia/multi-gpu-programming-models | A collection of examples demonstrating various approaches to programming multiple GPUs in parallel | 566 |
calebwin/emu | A library for portable, modular, and performant GPU compute programming in Rust. | 1,597 |
wigner-gpu-lab/teaching | A collection of teaching materials and tutorials focused on GPU programming in C++ | 62 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
michaldrobot/shaderfastlibs | Provides optimized shader libraries for fast operations on graphics processing units. | 358 |
dr-noob/gpufetch | A tool for detecting and displaying information about graphics processing units (GPUs), with support for NVIDIA and Intel GPUs. | 138 |
nvidia/grcuda | Enables efficient data exchange and invocation of existing GPU kernels from host languages in the GraalVM | 222 |
sotrh/learn-wgpu | A tutorial and guide to using the WGPU library in Rust for access to GPU functions | 1,524 |
wolfgangfengel/gpuzen2 | Provides source code and example programs for exploring the capabilities of GPU Zen 2 | 146 |
capnramses/antons_opengl_tutorials_book | A collection of demo projects demonstrating OpenGL 4 programming techniques | 975 |
lambdacube3d/lambdacube-edsl | A domain-specific language and library for programming GPUs in a functional style | 204 |
xtra-computing/thundergbm | Accelerates machine learning algorithms on GPUs to improve performance and efficiency | 695 |