Markus Goetz

Results 24 issues of Markus Goetz

**Feature functionality** Design and implement a distributed sparse DNDarray class. Come up with one or more reasonable storage formats (e.g. COO, CRS, CSC, ...) **Additional context** PyTorch implements COO only...

enhancement
help wanted
type system
API
GSoC22

good first issue
devices

**Feature functionality** Remove the scattered references to scikit learn (in the docstrings) and replace it with a BSD-3 clause reference.

documentation
stale

**Feature functionality** Add a page describing HeAT's programming model.

documentation
student project

**Feature functionality** Add a page in the documentation showing a small 'Hello World' usage example.

documentation :book:

**Feature functionality** Since torch 1.7 other backends than CPU and CUDA are supported. Among them is OpenCL. HeAT should be able to use it. Pay close attention whether torch's OpenCL...

enhancement
interoperability

**Feature functionality** Since torch 1.7 other backends than CPU and CUDA are supported. Among them is the HIP, aka AMD's CUDA, backend. HeAT should be able to use it. Moreover,...

enhancement
good first issue
API
GSoC22

**Feature functionality** Allow for DNDarrays to not have all necessary data directly in RAM. Instead, the data is only partially loaded from disk and swapped in and out adaptively. **Additional...

enhancement
heat-dev week

Break down existing unittest cases into singular, more atomic test cases instead of multiple in a single method

testing