A Brian2 extention to simulate spiking neural networks on GPUs
Project description
Brian2CUDA
Brian2CUDA is an extension of the spiking neural network simulator Brian2, written in Python. It generates C++/CUDA code to run simulations on NVIDIA GPUs.
For support, please use the Brian forum. If you think you found a bug in Brian2CUDA, please report it at the GitHub issue tracker.
For installation and usage instructions, check out the Brian2CUDA documentation. For information on general Brian2 usage, check out the Brian2 documentation.
Quick start
Installation
You can install Brian2CUDA via pip
:
python -m pip install brian2cuda
This will install a compatible version of Brian2 as dependency. For installation requirements and GPU configuration, check out the Brian2CUDA documentation.
Usage
Use your Brian2 code (see Brian2 documentation) and modify the imports to:
# Standard Brian2 import
from brian2 import *
# Enable GPU usage via Brian2CUDA
import brian2cuda
set_device("cuda_standalone")
See Brian2's standalone code generation for more options for the set_device
call.
Citation
If you use this software in a published article, please cite our Brian2CUDA publication:
Alevi, D, Stimberg, M, Sprekeler, H, Obermayer, K, Augustin, M. “Brian2CUDA: flexible and efficient simulation of spiking neural network models on GPUs” Frontiers in Neuroinformatics (2022). doi: 10.3389/fninf.2022.883700.
License
Brian2CUDA is free software licensed under the GNU General Public License v3 (GPLv3).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file Brian2CUDA-1.0a1.tar.gz
.
File metadata
- Download URL: Brian2CUDA-1.0a1.tar.gz
- Upload date:
- Size: 202.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfc177b39e376b0576731ad99c8856fe95ee6085d0d2af1d1db3eb79f46394e9 |
|
MD5 | 4c37abbeaf2ab923eefa4203607f50d5 |
|
BLAKE2b-256 | 4a76cdad26d683d0540018122e9d2f263f3fa035aaccc61075cf6be51ceaafb7 |
File details
Details for the file Brian2CUDA-1.0a1-py3-none-any.whl
.
File metadata
- Download URL: Brian2CUDA-1.0a1-py3-none-any.whl
- Upload date:
- Size: 202.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62051f9583b1bac1507d284158cc3e913c42d2fdc7b16725419d5273c2c1fe30 |
|
MD5 | 8ae3c01135274a949592f96d479d9320 |
|
BLAKE2b-256 | 2528dd31bb29f6670ae9bb2e46ca21691eafef54caed62b56db265b16080362d |