CuBIE
CUDA batch integration engine for python
A batch integration system for numerically integarating many systems of ODEs in parallel, for when elegant solutions fail and you would like to simulate 1,000,000 systems, fast. Cubie is a tool that performs the equivalent of MATLABs ODE functions (ode45 and the like), Scipy's solve_ivp function, or some of the functions in Julia's SciML/OrdinaryDiffEq. This package was designed to simulate a large electrophysiological model as part of a likelihood-free inference method (eventually, package [cubism]), but the machinery is domain-agnostic.
This library uses Numba to JIT-compile CUDA kernels, allowing you the speed of compiled CUDA code without the headache of writing CUDA code. It is designed to have a reasonably MATLAB- or SciPy-like interface, so that you can get up and running without having to figure out the intricacies of the internal mechanics.
The batch solving interface is not yet completely stable, and some parameters/arguments are likely to change further through to v1.0. The core (per-parameter-set) machinery is reasonably stable. As of v0.0.7, you can:
- Set up and solve large parameter/initial condition sweeps of a system defined by a set of ODEs, entered either as:
- A string or list of strings containing the equations of the system
- A CellML model (tested on a subset of models in the CellML library so far)
- Use any of a large set of explicit or implicit runge-kutta or rosenbrock methods to integrate the problem.
- Extract the solution for any variable or
observableat any time point, or extract summary statistics only to speed things up. - Provide
forcing termsby including a function of t in your equations, or by providing an array of values for the system to interpolate. - Select from a handful of step-size control algorithms when using an adaptive-step algorithm like RK45 or RadauIIA5.
Roadmap:
- v0.1.0:
- Documentation to match the API, organised in the sane way that a robot does not.
- User guide brought up-to-date with API, tracing an example through a few integration scenarios.
- Accept a python function as a system definition, to match Scipy and MATLAB interfaces.
Documentation:
https://ccam80.github.io/cubie/
Installation:
We recommend that you use a python virtual environment to install Cubie - some dependencies are pinned to a specific version, so installing it in it's own environment will avoid downgrading your system-wide packages and interfering with other projects.
python -m venv cubie_env
./cubie_env/Scripts/activate # Windows
# source cubie_env/bin/activate # Linux/Mac
pip install cubie[cuda12] # CUDA 12 toolkit
# pip install cubie[cuda13] # CUDA 13 toolkit
The extra is required: it installs Cubie's CUDA backend (numba-cuda) alongside the matching
toolkit wheels, and a bare pip install cubie has no backend to compile with (import cubie
will stop with instructions). If your machine already has a system CUDA toolkit,
pip install cubie[cuda] installs the backend without the toolkit wheels.
An experimental MLIR-based backend (numba-cuda-mlir) is available via the
mlir-cuda12/mlir-cuda13 extras (or bare mlir for a system toolkit). It compiles
slightly faster kernels in some cases, but is less mature than numba-cuda, has no
CUDA-simulator support, and needs Python 3.11 or later — stick with the cuda* extras
unless you want to experiment.
Then, when you fire up your Cubie project, run
source cubie_env/bin/activate
Or set up your IDE to use the python.exe in cubie_env/Scripts/activate (Windows) or cubie_env/bin/activate (Linux/Mac)
as the project's interpreter so you don't have to worry about it.
System Requirements:
- Python 3.10 or later
- Up-to-date NVIDIA driver
- NVIDIA GPU with compute capability 6.0 or higher (i.e. GTX10-series or newer)
Python Requirements
- Python >= 3.10
- NumPy>=2.0
- Numba
- Numba-CUDA
- attrs
- SymPy >= 1.13.0
Optional Dependencies
Install these using pip install cubie[optional]
- Pandas: For DataFrame output support
- Matplotlib: For plotting support. Only used to plot an interpolated driver function for sanity-checks (see
:doc:
Drivers <user_guide/drivers>), but generally useful for visualizing results.
Contributing:
Pull requests are very, very welcome! Please open an issue if you would like to discuss a feature or bug before doing a bunch of work on it, as I may have already partially implemented it or at least figured out where it might fit.
Project Goals:
- Make an engine and interface for batch integration that is close enough to MATLAB or SciPy that a Python beginner can get integrating with the documentation alone in an hour or two. This also means staying Windows-compatible.
- Perform integrations of 10 or more parallel systems faster than MATLAB or SciPy can
- Enable extraction of summary variables only (rather than saving time-domain outputs) to facilitate use in algorithms like likelihood-free inference.
- Be extensible enough that users can add their own systems and algorithms without needing to go near the core machinery.
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cubie-0.2.0.tar.gz.
File metadata
- Download URL: cubie-0.2.0.tar.gz
- Upload date:
- Size: 582.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1244429615c9002f56292a8dabc9ff52ff1a91e18e8c56b0db4d79c4633c1a43
|
|
| MD5 |
a074141c381d15b5907b7ea3b05f11c8
|
|
| BLAKE2b-256 |
aafbdfe6b5d25acc29efc50dff5dc37e53232854c7ff32c09724006e4fed69a0
|
Provenance
The following attestation bundles were made for cubie-0.2.0.tar.gz:
Publisher:
ci_semver_manage.yml on cubiepy/cubie
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cubie-0.2.0.tar.gz -
Subject digest:
1244429615c9002f56292a8dabc9ff52ff1a91e18e8c56b0db4d79c4633c1a43 - Sigstore transparency entry: 2203574387
- Sigstore integration time:
-
Permalink:
cubiepy/cubie@0b28c0fca5d607e088be856e2aa807641bab06e2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/cubiepy
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci_semver_manage.yml@0b28c0fca5d607e088be856e2aa807641bab06e2 -
Trigger Event:
push
-
Statement type:
File details
Details for the file cubie-0.2.0-py3-none-any.whl.
File metadata
- Download URL: cubie-0.2.0-py3-none-any.whl
- Upload date:
- Size: 654.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via:
twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f9bace2d58ee3254077dbc5c79e71fcb8f09b1cc3276d53c55951d45f26d10dd
|
|
| MD5 |
e31cffe093f17fd579ed382c60193894
|
|
| BLAKE2b-256 |
e31773e4acde596e5fc17cb5b35acc628b34ad294aaeec97a9d60866caa75a07
|
Provenance
The following attestation bundles were made for cubie-0.2.0-py3-none-any.whl:
Publisher:
ci_semver_manage.yml on cubiepy/cubie
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
cubie-0.2.0-py3-none-any.whl -
Subject digest:
f9bace2d58ee3254077dbc5c79e71fcb8f09b1cc3276d53c55951d45f26d10dd - Sigstore transparency entry: 2203574397
- Sigstore integration time:
-
Permalink:
cubiepy/cubie@0b28c0fca5d607e088be856e2aa807641bab06e2 -
Branch / Tag:
refs/heads/main - Owner: https://github.com/cubiepy
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
ci_semver_manage.yml@0b28c0fca5d607e088be856e2aa807641bab06e2 -
Trigger Event:
push
-
Statement type: