Jacob Tomlinson
Jacob Tomlinson
> Is this secure? When you add it to the config in a Python process it would only be held in memory, we never write config back to the disk,...
Totally agree. Although CI is known to be flaky here, lots of moving parts with Kubernetes, so I would want to avoid false positives.
I don't necessarily think this is a GPU issue. It sounds like there is a problem with some intermediate step of the SVD taking up more memory than is available....
The implementation is here. Do you have any interest in making improvements? https://github.com/dask/dask/blob/966bdb58fb008fe8f8587bd257863be21f523eb5/dask/array/linalg.py#L748-L834
Sure, happy to put something in. Guidance would be appreciated.
This sounds like a great feature. Do you have any interest in opening a PR to add this?
@dcherian would you have some time to look at this?
Thanks for opening such a well written bug report with reproducer. It's a shame the success case takes so long 😅. I ran it locally on `2025.4.0` and reproduced the...
Bisect tells me the problem was introduced in #11881
Sorry I meant `pytest` was timing out after 5 mins, the test itself was timing out after 5 mins and 2 seconds (some extra for setup I guess), so the...