Hacker News new | ask | show | jobs
by adgjlsfhk1 782 days ago
it might be interesting to add butterfly lu https://arxiv.org/abs/1901.11371. it's a way of doing a numerically stable lu like factorization without any pivoting, which allows it to parallelize better.
2 comments

It looks like they are describing a preconditioner there.
the key point is that the preconditioner allows you to skip pivoting which is really nice because the pivoting introduces a lot of data dependence.
looks interesting! thanks for sharing