Y
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
bee_rider
782 days ago
It looks like they are describing a preconditioner there.
link
adgjlsfhk1
782 days ago
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.
link
sarah-ek
782 days ago
looks interesting! thanks for sharing
link