GPU-Accelerated Time-dEpendent observAtion simUlator
Project description
Welcome to the gateau Github repository:
the GPU-Accelerated Time-dEpendent observAtion simUlator!
This is the end-to-end simulator for TIFUUn observations,
and is currently still in progress.
For more info, please see
the documentation pages (to be fixed).
Installation
Installing CUDA
CUDA is an API, developed by NVIDIA, to harness the computing power of a graphics processing unit (GPU) for general purpose computing. It provides access to the GPU's instruction set through common high-level programming languages, such as C and C++.
gateau uses CUDA for calculations, and hence must be installed in order to use gateau.
It can be installed from source or using a package manager.
gateau has been tested on both CUDA version 11 and 12, so please stick to these versions.
Error-free performance on other versions is NOT guaranteed.
Even though gateau was exclusively developed on a GTX 1650 Mobile, which is nowhere near impressive by today's standards, it is probably a good idea to use gateau on GPU's that meet or exceed the specs of this particular card.
Installing gateau
Gateau is available from pypi. You can install it like any other python package:
pip install gateau
The installation can be verified by opening a terminal, starting the python interpreter (make sure you are in the environment where gateau is installed), and running the following:
import gateau
gateau.selftest()
When installed correctly, the test should run without issues.
Supported Platforms
We currently only support Linux with GNU libc
(known as manylinux in the Python world).
We do not ship wheels for other operating systems
or linuxes with other libc implementations.
If you want to get gateau working on one of these platforms,
have a read of MAINTAINERS.md
(and please let us know if you're interested in helping
us get gateau running on other platforms!).
For maintainers and developers
For information on things like running tests and making new releases of Gateau, please consult MAINTAINERS.md. For contribution guidelines, see CONTRIBUTING.md
License
Gateau is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License only.
Gateau is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with Gateau. If not, see https://www.gnu.org/licenses/.
Note: Previous versions of gateau were released under different licenses. If the current license does not meet your needs, you may consider using an earlier version under the terms of its original license. You can find these versions by browsing the commit history.
Copyright (c) 2025, maybetree, Arend Moerman.
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
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 gateau-0.1.5.tar.gz.
File metadata
- Download URL: gateau-0.1.5.tar.gz
- Upload date:
- Size: 1.1 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
61dd0d2239d84db97580976293cec76e182c2993439f0d5c96b7d7f36679f48a
|
|
| MD5 |
3d3e98ac2b2734b3426d859fc191321f
|
|
| BLAKE2b-256 |
d7fe5eb08cd07373afcdd1b2e79d9b066e4a052d016aaa4ea24d8e651d206748
|
File details
Details for the file gateau-0.1.5-cp39.cp310.cp311.cp312.cp313-none-manylinux_2_31_x86_64.whl.
File metadata
- Download URL: gateau-0.1.5-cp39.cp310.cp311.cp312.cp313-none-manylinux_2_31_x86_64.whl
- Upload date:
- Size: 1.7 MB
- Tags: CPython 3.10, CPython 3.11, CPython 3.12, CPython 3.13, CPython 3.9, manylinux: glibc 2.31+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ca57eda24ef222d282f84d6d01a174042cc4710f15381f1d5f66ea895e0c696e
|
|
| MD5 |
110fbb5d8a9aa0fcfce42c170bffed24
|
|
| BLAKE2b-256 |
48c898a4bcecd7fba41925a03ea3549ac1c6e687fb1628c6fed79d28995891e0
|