brian-team/brian2cuda
A brian2 extension to simulate spiking neural networks on GPUs
Generates C++/CUDA kernels from Python-based Brian2 neuron models, enabling transparent GPU acceleration without rewriting simulation code. Uses standalone code generation to compile optimized CUDA binaries at runtime, supporting arbitrary neuron dynamics and synaptic plasticity rules. Integrates seamlessly into the Brian2 ecosystem—users enable GPU execution with a single `set_device()` call while maintaining full compatibility with Brian2's equation-based neural modeling syntax.
Available on PyPI.
Stars
69
Forks
18
Language
Python
License
GPL-3.0
Category
Last pushed
Jan 21, 2026
Monthly downloads
666
Commits (30d)
0
Dependencies
1
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/brian-team/brian2cuda"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
inducer/loopy
A code generator for array-based code on CPUs and GPUs
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
inducer/islpy
Python wrapper for isl, an integer set library
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...