An implementation of BLAS using the SYCL open standard for acceleration on OpenCL devices
Support
Quality
Security
License
Reuse
Declarative data bindings, bring your own backend.
Support
Quality
Security
License
Reuse
Spectral Navier Stokes (and similar) solvers in Python
Support
Quality
Security
License
Reuse
OpenCL bindings for Rust.
Support
Quality
Security
License
Reuse
:sparkler: A modern particle engine running on GPU, using c++14 and OpenGL 4.4.
Support
Quality
Security
License
Reuse
To make it easy to benchmark AI accelerators
Support
Quality
Security
License
Reuse
OpenCL Integrated Performance Primitives - A library of optimized OpenCL image processing functions
Support
Quality
Security
License
Reuse
Example code showing how to use Nvidia DALI in pytorch, with fallback to torchvision. Contains a few differences to the official Nvidia example, namely a completely CPU pipeline & improved memory usage
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Intel(R) Open Volume Kernel Library
Support
Quality
Security
License
Reuse
Betsy GPU compressor
Support
Quality
Security
License
Reuse
GPU miner for siacoin in go
Support
Quality
Security
License
Reuse
A GUI and CUDA memory optimizing project based on demucs
Support
Quality
Security
License
Reuse
Kernel Tuner
Support
Quality
Security
License
Reuse
GPU accelerated fractal tunnel renderer for Unity
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
A Simple & Flexible Cross Framework Operators Toolkit
Support
Quality
Security
License
Reuse
:ant: A CUDA based miner for Monero
Support
Quality
Security
License
Reuse
A parallelized PNG encoder in Rust
Support
Quality
Security
License
Reuse
Easy to run kernels using OpenCL
Support
Quality
Security
License
Reuse
Code from the Fun Programming creative coding tutorials and my own random sketches
Support
Quality
Security
License
Reuse
A higher dimensional raytracing prototype with non-euclidean-like features
Support
Quality
Security
License
Reuse
A high-performance, hot-reload graphics engine.
Support
Quality
Security
License
Reuse
Support
Quality
Security
License
Reuse
Multi-scale neural texture synthesis... and more?
Support
Quality
Security
License
Reuse
High performance computational platform in Python for the spectral Galerkin method
Support
Quality
Security
License
Reuse
High Performance Visualization
Support
Quality
Security
License
Reuse
A library to make C# run on CUDA-enabled GPUs
Support
Quality
Security
License
Reuse
Share GPU between Pods in Kubernetes
Support
Quality
Security
License
Reuse
a c++/cuda template library for tensor lazy evaluation
Support
Quality
Security
License
Reuse
The study & production material for https://www.youtube.com/watch?v=Pc8DfEyAxzg
Support
Quality
Security
License
Reuse
Linux AMDGPU Controller
Support
Quality
Security
License
Reuse
Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. Write your function in .NET and Amplifier will take care of running it on your favorite hardware.
Support
Quality
Security
License
Reuse
Flask-based package for monitoring utilisation of nVidia GPUs.
Support
Quality
Security
License
Reuse
Sensible extensions for exposing torch in Julia.
Support
Quality
Security
License
Reuse
A GPU Miner for Sia
Support
Quality
Security
License
Reuse
NVBIO is a library of reusable components designed to accelerate bioinformatics applications using CUDA.
Support
Quality
Security
License
Reuse
CLTune: An automatic OpenCL & CUDA kernel tuner
Support
Quality
Security
License
Reuse
A library for applying rootless Adreno GPU driver modifications/replacements
Support
Quality
Security
License
Reuse
S
Single-GPU-passthrough-amd-nvidiaby wabulu
Shell 151 Version:Current License: Strong Copyleft (GPL-3.0)
My way of doing single gpu passthrough the simplest way, I've gathered many sources together to make the perfect Single GPU passthrough guide the simplest and easiest way.
Support
Quality
Security
License
Reuse
fluids v.3
Support
Quality
Security
License
Reuse
OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight OpenCL-Wrapper to greatly simplify OpenCL software development with C++ while keeping functionality and performance.
Support
Quality
Security
License
Reuse
Softbuffer integrates with the raw-window-handle crate to allow writing to a window in a cross-platform way while using the very high quality dedicated window management libraries that are available in the Rust ecosystem.
Support
Quality
Security
License
Reuse
Helps you write algorithms in PyTorch that adapt to the available (CUDA) memory
Support
Quality
Security
License
Reuse
A prototype CUDA-to-OpenCL source-to-source translator, built on the Clang compiler framework
Support
Quality
Security
License
Reuse
o
optical-flow-filterby jadarve
Jupyter Notebook 148 Version:Current License: Permissive (BSD-3-Clause)
A real time optical flow algorithm implemented on GPU
Support
Quality
Security
License
Reuse
GEOS Simulation Framework
Support
Quality
Security
License
Reuse
Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
Support
Quality
Security
License
Reuse
2D GPU renderer for dynamic UIs
Support
Quality
Security
License
Reuse
On-demand transcoding origin server for live inputs and static files in Go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
Support
Quality
Security
License
Reuse
s
sycl-blasby codeplaysoftware
An implementation of BLAS using the SYCL open standard for acceleration on OpenCL devices
C++ 168Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
c
corsetby matthewp
Declarative data bindings, bring your own backend.
JavaScript 168Updated: 3 y ago License: Permissive (BSD-2-Clause)
Support
Quality
Security
License
Reuse
s
spectralDNSby spectralDNS
Spectral Navier Stokes (and similar) solvers in Python
Python 167Updated: 4 y ago License: Weak Copyleft (LGPL-3.0)
Support
Quality
Security
License
Reuse
r
rust-openclby luqmana
OpenCL bindings for Rust.
Rust 167Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
sparkleby tcoppex
:sparkler: A modern particle engine running on GPU, using c++14 and OpenGL 4.4.
C++ 165Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
a
ai-matrixby alibaba
To make it easy to benchmark AI accelerators
Jupyter Notebook 165Updated: 3 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
O
OpenCLIPPby CRVI
OpenCL Integrated Performance Primitives - A library of optimized OpenCL image processing functions
C++ 164Updated: 2 y ago License: Weak Copyleft (LGPL-3.0)
Support
Quality
Security
License
Reuse
D
DALI_pytorch_demoby yaysummeriscoming
Example code showing how to use Nvidia DALI in pytorch, with fallback to torchvision. Contains a few differences to the official Nvidia example, namely a completely CPU pipeline & improved memory usage
Python 163Updated: 4 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
d
dannceby spoonsso
Python 163Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
o
openvklby openvkl
Intel(R) Open Volume Kernel Library
C++ 163Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
b
Support
Quality
Security
License
Reuse
g
gominerby robvanmieghem
GPU miner for siacoin in go
Go 163Updated: 4 y ago License: Permissive (BSD-2-Clause)
Support
Quality
Security
License
Reuse
D
Demucs-Guiby CarlGao4
A GUI and CUDA memory optimizing project based on demucs
Python 163Updated: 2 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
k
Support
Quality
Security
License
Reuse
K
KvantTunnelby keijiro
GPU accelerated fractal tunnel renderer for Unity
C# 162Updated: 2 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
M
MxGPU-Virtualizationby GPUOpen-LibrariesAndSDKs
C 162Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
M
MobulaOPby wkcn
A Simple & Flexible Cross Framework Operators Toolkit
Python 161Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
x
xmrMinerby xmrMiner
:ant: A CUDA based miner for Monero
C 161Updated: 4 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
m
mtpngby brion
A parallelized PNG encoder in Rust
Rust 160Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
E
EasyCLby hughperkins
Easy to run kernels using OpenCL
C++ 160Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
F
Fun-Programmingby hamoid
Code from the Fun Programming creative coding tutorials and my own random sketches
JavaScript 158Updated: 4 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
e
eucliderby Limeth
A higher dimensional raytracing prototype with non-euclidean-like features
Rust 158Updated: 4 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
h
hotlineby polymonster
A high-performance, hot-reload graphics engine.
Rust 158Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
R
RobotecGPULidarby RobotecAI
C++ 157Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
subjective-functionsby wxs
Multi-scale neural texture synthesis... and more?
Python 156Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
s
shenfunby spectralDNS
High performance computational platform in Python for the spectral Galerkin method
Python 156Updated: 2 y ago License: Permissive (BSD-2-Clause)
Support
Quality
Security
License
Reuse
f
forgeby arrayfire
High Performance Visualization
C++ 156Updated: 4 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
C
CudaSharpby khyperia
A library to make C# run on CUDA-enabled GPUs
C# 155Updated: 4 y ago License: No License (No License)
Support
Quality
Security
License
Reuse
K
KubeShareby NTHU-LSALAB
Share GPU between Pods in Kubernetes
Go 155Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
m
mtensorby matazure
a c++/cuda template library for tensor lazy evaluation
C++ 155Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
c
cpp_parallelization_examplesby bisqwit
The study & production material for https://www.youtube.com/watch?v=Pc8DfEyAxzg
C++ 155Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
L
Support
Quality
Security
License
Reuse
A
Amplifier.NETby deepakkumar1984
Amplifier allows .NET developers to easily run complex applications with intensive mathematical computation on Intel CPU/GPU, NVIDIA, AMD without writing any additional C kernel code. Write your function in .NET and Amplifier will take care of running it on your favorite hardware.
C# 154Updated: 2 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
g
gpu-sentryby jacenkow
Flask-based package for monitoring utilisation of nVidia GPUs.
Python 153Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
T
Torch.jlby FluxML
Sensible extensions for exposing torch in Julia.
C++ 153Updated: 3 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
S
Support
Quality
Security
License
Reuse
n
nvbioby NVlabs
NVBIO is a library of reusable components designed to accelerate bioinformatics applications using CUDA.
C++ 153Updated: 4 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
C
CLTuneby CNugteren
CLTune: An automatic OpenCL & CUDA kernel tuner
C++ 152Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
l
libadrenotoolsby bylaws
A library for applying rootless Adreno GPU driver modifications/replacements
C++ 152Updated: 2 y ago License: Permissive (BSD-2-Clause)
Support
Quality
Security
License
Reuse
S
Single-GPU-passthrough-amd-nvidiaby wabulu
My way of doing single gpu passthrough the simplest way, I've gathered many sources together to make the perfect Single GPU passthrough guide the simplest and easiest way.
Shell 151Updated: 2 y ago License: Strong Copyleft (GPL-3.0)
Support
Quality
Security
License
Reuse
f
Support
Quality
Security
License
Reuse
O
OpenCL-Wrapperby ProjectPhysX
OpenCL is the most powerful programming language ever created. Yet the OpenCL C++ bindings are cumbersome and the code overhead prevents many people from getting started. I created this lightweight OpenCL-Wrapper to greatly simplify OpenCL software development with C++ while keeping functionality and performance.
C++ 150Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
s
softbufferby rust-windowing
Softbuffer integrates with the raw-window-handle crate to allow writing to a window in a cross-platform way while using the very high quality dedicated window management libraries that are available in the Rust ecosystem.
Rust 150Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse
t
tomaby BlackHC
Helps you write algorithms in PyTorch that adapt to the available (CUDA) memory
Python 149Updated: 4 y ago License: Permissive (MIT)
Support
Quality
Security
License
Reuse
C
CU2CLby vtsynergy
A prototype CUDA-to-OpenCL source-to-source translator, built on the Clang compiler framework
C++ 148Updated: 2 y ago License: Proprietary (Proprietary)
Support
Quality
Security
License
Reuse
o
optical-flow-filterby jadarve
A real time optical flow algorithm implemented on GPU
Jupyter Notebook 148Updated: 4 y ago License: Permissive (BSD-3-Clause)
Support
Quality
Security
License
Reuse
G
Support
Quality
Security
License
Reuse
g
glby acdemiralp
Header-only C++17 wrapper for OpenGL 4.6 Core Profile.
C++ 147Updated: 4 y ago License: Permissive (BSL-1.0)
Support
Quality
Security
License
Reuse
v
Support
Quality
Security
License
Reuse
g
go-transcodeby m1k1o
On-demand transcoding origin server for live inputs and static files in Go using ffmpeg. Also with NVIDIA GPU hardware acceleration.
Go 146Updated: 2 y ago License: Permissive (Apache-2.0)
Support
Quality
Security
License
Reuse