heat
heat copied to clipboard
Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python
**Related** https://github.com/conda-forge/heat-feedstock/pull/15 **Feature functionality** Verify that everything runs as expected with openmpi 5. So far, we're testing everything on 4.1.x
A version of our Tutorials in "classical" HPC-style, i.e. with Python scripts instead of notebooks, is added. Issue/s resolved: #1523
**Related** Is this feature request related to a problem or bug? Please describe. **Feature functionality** A clear and concise description of what the feature should do exactly and any alternative...
**Feature functionality** [scipy.signal.wiener](https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.wiener.html) applies a Wiener denoising filter to all dimensions of an n-D array. We want to be able to apply a n-D Wiener filter to a **batch** of...
## Due Diligence - General: - [ ] **title** of the PR is suitable to appear in the [Release Notes](https://github.com/helmholtz-analytics/heat/releases/latest) - Implementation: - [ ] unit tests: all split configurations...
## Due Diligence - General: - [x] **title** of the PR is suitable to appear in the [Release Notes](https://github.com/helmholtz-analytics/heat/releases/latest) - Implementation: - [x] unit tests: all split configurations tested -...
### What happened? The `csv` related tests fail on multi-node environments, because the temporary directory is not available on both nodes. If that is the case, `save_csv` should either throw...
### What happened? With certain configurations of number of ranks and number of nodes, `solve_triangular` fails the tests. Needs further investigation. ### Code snippet triggering the error _No response_ ###...
### What happened? When running on more than one node and using GPUs at the same time, `test_vmap` fails. Needs further investigation. ### Code snippet triggering the error When running...
## Due Diligence - General: - [X] **title** of the PR is suitable to appear in the [Release Notes](https://github.com/helmholtz-analytics/heat/releases/latest) - Implementation: - [x] unit tests: all split configurations tested -...