Michael Tarnawa
Michael Tarnawa
## Description A first idea of the cholesky decomposition. It does not check if the input is a Hermitian, positive-definite matrix. *It doesn't work for distributed matrices with complex values.*...
## Description Issue/s resolved: #980 ## Changes proposed: - Wait for precommit - - - ## Type of change ## Memory requirements ## Performance ## Due Diligence - [ ]...
**Description** Matmul does not work on distributed arrays with more than 2 dimensions. **To Reproduce** Steps to reproduce the behavior: 1. Which module/class/function is affected? linalg.matmul 2. What are the...
implement tensordot https://data-apis.org/array-api/latest/API_specification/linear_algebra_functions.html#tensordot-x1-x2-axes-2 https://numpy.org/doc/stable/reference/generated/numpy.tensordot.html#numpy.tensordot https://pytorch.org/docs/stable/generated/torch.tensordot.html?highlight=dot#torch.tensordot
### What happened? Special versions of pytorch adds a plus sign and some text to the version number like `1.12.1+cpu` or `1.12.1+cu116`. When installing Heat, these packages get replaced (`1.12.1`)....
### What happened? ht.array creates a new DNDarray on the CPU when the arguments copy = False and split >= 0 are passed. This should not happen. In addition, copy...
**Feature functionality** computes the cholesky decomposition Intended scope: - real/complex matrices - `split` $\in${ `0,1,None`} - of course, appropriate scalability of the routine is desired **Additional context** https://numpy.org/doc/stable/reference/generated/numpy.linalg.cholesky.html https://pytorch.org/docs/stable/generated/torch.linalg.cholesky.html https://data-apis.org/array-api/latest/extensions/linear_algebra_functions.html?#linalg-cholesky-x-upper-false...
**Description** setitem raises an TypeError when a list is used for indexing along the split axis . **To Reproduce** Steps to reproduce the behavior: 1. Which module/class/function is affected? setitem...
**Description** A clear and concise description of the bug and the associated functionality. various bugs when using index arrays for indexing on distributed one-dimensional DNDarrays. **To Reproduce** Steps to reproduce...
**Description** After raising the minimum dependencies in #1573, legacy code targeting older versions of PyTorch exists. In addition Python 3.9 allows built-in collection types for annotations. **Additional context** [Short summary...