Installation
Environment setup
We recommend installing flooder in a clean new Anaconda environment as described below:
Via Pip (recommended)
flooder is available on PyPi (here) and can be installed via:
Development installation
In case you want to contribute to flooder, clone the GitHub repo and run
In case you do not want to install anything, you can also execute examples or tests
from within the checked-out folder by specifying PYTHONPATH
as
GPU requirements
Our implementation relies heavily on custom Triton kernels (although we support CPU computation as well) for maximum performance. According to the official Triton compatibility page, you need a NVIDIA GPU with compute capabilty (check
here) of at least 8.0 (e.g., GTX 3080, etc.).