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
441 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,392 |
nvidia/matx | A C++17 GPU-accelerated numerical computing library with Python-like syntax | 1,220 |
indy256/codelibrary | A comprehensive collection of algorithms and data structures implemented in multiple programming languages | 1,939 |
nvidia/multi-gpu-programming-models | A collection of examples demonstrating various approaches to programming multiple GPUs in parallel | 557 |
calebwin/emu | A library for portable, modular, and performant GPU compute programming in Rust. | 1,596 |
wigner-gpu-lab/teaching | A collection of teaching materials and tutorials focused on GPU programming in C++ | 61 |
torch/cunn | A CUDA implementation of neural network modules and related GPU operations | 215 |
michaldrobot/shaderfastlibs | Optimized shader libraries for fast operations on AMD GCN architecture. | 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,517 |
wolfgangfengel/gpuzen2 | Provides source code and example programs for exploring the capabilities of GPU Zen 2 | 145 |
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 | 203 |
xtra-computing/thundergbm | Accelerates machine learning algorithms on GPUs to improve performance and efficiency | 693 |