Fabian Hoppe
Fabian Hoppe
Has been completed actually.
@mtar I tried to change `benchmark_main.yml`, `benchmark_pr.yml`, and `ci.yml` in order to install `xarray` in the CI, but it did not work as expected.
After a first quick look, this looks very good :+1: Depending on how close your implementation follows the one in SciPy, we should probably add a citation (sth like "Our...
https://github.com/hmaarrfk/nep29 could be an option for automatization
Is this intended to work similar as, e.g., `torch.vmap` in the sense that you can do something like: ``` fun = ht.heatmap(torchfun) y = fun(x) ``` with a function `torchfun`...
See https://github.com/spack/spack/pull/39394 for the corresponding PR in the spack repository
@ClaudiaComito @JuanPedroGHM please comment in https://github.com/spack/spack/pull/39394 if you agree to be mentioned as maintainers too then Sven can ad you to the list
**TODO:** add the minimal version of spack required for installing Heat once Heat receipt becomes part of the next spack release
To be done: * allow batches of matrices instead of matrices only * implement the case `split=0` (TS-QR) * implement the case `overwrite_a = True` * API-details need to be...
@mtar fyi: your update of the PyTorch/ROCm-image on the AMD-runner allows us now to test QR on AMD, too :+1: