Fabian Hoppe

Results 122 comments of Fabian Hoppe

Sieht gut aus soweit :+1: Vorschläge für die weitere Arbeit: * Wenn du oben neben "codecov" (rotes X) auf Details und dann auf "View this Pull Request on Codecov" gehst,...

Stil interesting. Reviewed within #1109

I have set up a half-running CI in codebase (branch: `arm`) using either ``` image: armswdev/pytorch-arm-neoverse:r24.02-torch-2.2.0-rc8-openblas image: armswdev/pytorch-arm-neoverse:r24.02-torch-2.2.0-rc8-onednn-acl ``` **Current results** (using the second container) on 1 process: ``` FAILED...

closed as not of highest priority and it is not really possible to determine whether the errors above are due to outdated hardware (CPU of about 2014)

Seems to be a good first issue if you already want to start with sth not that trivial. Reviewed within #1109

Stil a easy but -most likely- very useful todo. (Reviewed within #1109)

My suggestion: implement "standard" Cholesky (see, e.g., https://en.wikipedia.org/wiki/Cholesky_decomposition) but block-wise using PyTorch for the blocks; in this sense, the formulas from wikipedia can be used but the $L_{i,j}$'s and $A_{i,j}$'s...

Only a small API-change required, so a good first issue. Reviewed within #1109

Stil open and particularly of interest since related to a particular use-case. Also possible connection to #1183 possible. Reviewed within #1109

@samadpls sry for the late answer, I was in vacation. I think it would be best to add the function to the file `heat/heat/core/arithmetics.py`. Regarding your first question, the function...