multi-gpu-programming-models
GPU programming demos
A collection of examples demonstrating various approaches to programming multiple GPUs in parallel
Examples demonstrating available options to program multiple GPUs in a single node or a cluster
575 stars
30 watching
112 forks
Language: Cuda
last commit: about 2 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
nvidia/matx | A C++17 GPU-accelerated numerical computing library with Python-like syntax | 1,229 |
nvidia/grcuda | Enables efficient data exchange and invocation of existing GPU kernels from host languages in the GraalVM | 223 |
adacore/cuda | A toolset that compiles Ada and SPARK code to NVIDIA GPUs | 18 |
0xc0dec/demos | A collection of OpenGL and Vulkan graphics demos in C++ | 45 |
nvpro-samples/optix_advanced_samples | A collection of advanced ray tracing samples showcasing OptiX's capabilities | 429 |
nvidia/jax-toolbox | Provides optimized tools and infrastructure for JAX development on NVIDIA GPUs | 268 |
nvidiagameworks/flex | A particle-based simulation library for real-time applications | 675 |
nvidia/tensorflow | An optimized version of TensorFlow to support newer hardware and libraries for NVIDIA GPU users | 1,017 |
heteroflow/heteroflow | A header-only C++ library to help developers write concurrent CPU-GPU programs using task models | 100 |
vcoda/basic-graphics-samples | Provides a set of graphics samples using the Vulkan API and Magma library for demonstration purposes. | 43 |
dr-noob/gpufetch | A tool for detecting and displaying information about graphics processing units (GPUs), with support for NVIDIA and Intel GPUs. | 138 |
moderngpu/moderngpu | A productivity library for solving irregularly parallel problems on GPUs using accelerated primitives | 1,684 |
uncomplicate/clojurecuda | Provides Clojure bindings for CUDA programming, enabling GPU-accelerated computation in Clojure applications. | 180 |
madjestic/haskell-opengl-tutorial | A collection of Haskell examples demonstrating various OpenGL applications and use cases. | 152 |
capnramses/antons_opengl_tutorials_book | A collection of demo projects demonstrating OpenGL 4 programming techniques | 975 |