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

## Description Implement isin() functionality in heat. Issue/s resolved: #450 ## Type of change - New feature ## Due Diligence - [ ] All split configurations tested - [ ]...

enhancement
logical
stale

## Description When the shapes of `x` and `weights` are the same, everything proceeds as it did before. When they are different, there are 2 cases possible: * Case 1:...

GSoC22

## Description Replacement of factories.array with DNDarray. Issue/s resolved: #801 ## Changes proposed: - replace factories.array ## Type of change - enhancement ## Due Diligence - [ ] All split...

**Related** #774 **Feature functionality** see https://numpy.org/doc/stable/reference/arrays.scalars.html **Additional context** See [Python array API standard](https://data-apis.org/array-api/latest/index.html)

enhancement
array API

## Description Issue/s resolved: #814 ## Changes proposed: - Apply NumPy `squeeze` function to data that we read in `load_csv` function. It makes sure we don't get unnecessary dimensions to...

## Description add argsort and test case( not test yet due to device) Issue/s resolved: #777 ## Changes proposed: - add argsort and testcase ## Type of change - New...

## Description A first draft for a simple wrapper allowing controller-worker style execution of numpy codes using HeAT. ## Changes proposed: - The current implementation is limited and still requires...

interoperability

Our `Getting started` information is quite scattered across the README and other documents. Identify gaps, summarize available info into a compact and potentially testable (via GitHub Actions) section of the...

good first issue
documentation :book:

**Feature functionality** See https://numpy.org/doc/stable/reference/maskedarray.generic.html **EDIT:** Corresponding torch module: https://pytorch.org/docs/stable/masked.html **Additional context** Support for the radioastronomy community. Thanks @hrkloeck for bringing this up.

enhancement
interoperability
stale

Currently, our CI matrix is triggered when any PR is approved, and tests Heat with a combination of pytorch versions and Python 3.7 and 3.8. Upgrades: - Expand CI matrix...

workflows