heat icon indicating copy to clipboard operation
heat copied to clipboard

Distributed tensors and Machine Learning framework with GPU and MPI acceleration in Python

Results 245 heat issues
Sort by recently updated
recently updated
newest added

**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

enhancement
interoperability
stale
dependencies

A version of our Tutorials in "classical" HPC-style, i.e. with Python scripts instead of notebooks, is added. Issue/s resolved: #1523

documentation

**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...

enhancement
documentation

**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...

enhancement
signal processing

## 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...

PR talk
workflows

## 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 -...

PR talk
workflows

### 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...

bug
testing
I/O
stale

### 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_ ###...

bug
testing
linalg
stale

### 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...

bug
testing
manipulations
stale

## 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 -...

high-level functions
linalg
benchmark PR
ESAPCA