Skip to main content

C++/CUDA Library for BrainPy

Project description

brainpylib: C++/CUDA Library for BrainPy

Supported Python Version LICENSE PyPI version

brainpylib aims to provide operators for sparse and event-driven computations commonly used in brain dynamics programming.

Install

brainpylib is based on Python (>=3.7) and can be installed on Linux (Ubuntu 16.04 or later), macOS (10.12 or later), and Windows platforms. Install the latest version of brainpylib:

$ pip install brainpylib -U

Build from source

On CPU device:

rm -rf build
pip uninstall brainpylib -y
python setup.py bdist_wheel
pip install dist/brainpylib*

On GPU device:

rm -rf build
pip uninstall brainpylib -y
python setup_cuda.py bdist_wheel
pip install dist/brainpylib*

Citing

If you are using brainpylib, please consider citing the corresponding papers.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

brainpylib-0.2.5-cp311-cp311-macosx_10_9_x86_64.whl (14.9 MB view hashes)

Uploaded CPython 3.11 macOS 10.9+ x86-64

brainpylib-0.2.5-cp310-cp310-macosx_10_9_x86_64.whl (15.0 MB view hashes)

Uploaded CPython 3.10 macOS 10.9+ x86-64

brainpylib-0.2.5-cp39-cp39-macosx_10_9_x86_64.whl (14.9 MB view hashes)

Uploaded CPython 3.9 macOS 10.9+ x86-64

brainpylib-0.2.5-cp38-cp38-macosx_10_9_x86_64.whl (15.0 MB view hashes)

Uploaded CPython 3.8 macOS 10.9+ x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page