← 返回事件
降温中科技

Measuring Gauss-Seidel loop-carried dependency and fixing it via loop unrolling

图:Hacker News

发生了什么

Last time, we explored the Gauss-Seidel method. We arrived at the following conclusion: the math says Gauss-Seidel takes half as many iterations to converge, and this is backed up by our numerical test case. Yet, despite requiring only half the number of iterations, the Gauss-Seidel solver takes 4 to 5 times as long as the Jacobi one. A seemingly puzzling fact if you think about it: how can a method which is better…

摘要按规则整理自下方来源原文

为什么在扩散

来源