Leo Fang

Results 1175 comments of Leo Fang

@ev-br it seems the CI failures are real issues, could you take a look? 🙂

Hi @stavoltafunzia currently the non-batched POTRS is also used in `cupyx.lapack.posv()` routine when the matrix A is only 2D: https://github.com/cupy/cupy/blob/1e8ade16f7f0af01e748e706e8c8302ffd2fc873/cupyx/lapack.py#L301-L320 Does it not work?

I think it makes sense. How about adding a `is_factorized=False` bool flag to `posv` and use it to skip `potrf`?

> Though, in my opinion, it would be cleaner to have some kind of standalone `potrs` function exposed, then `posv` can be a simple call to `potrf` and `potrs`. It...

Hi @xalteropsx could you be more specific? What "window support" are you referring to?

FWIW we also observed Cython 3.1.0 leading to at least 2x slower build time: https://github.com/NVIDIA/cuda-python/issues/642. We haven't had time to dig into why this happens, though.