On the recursive structure of multigrid cycles
Or Avnat, Irad Yavneh

TL;DR
This paper introduces a family of fixed multigrid cycles called -cycles, governed by a parameter , which generalizes traditional cycles and can optimize performance for large-scale problems on modern hardware.
Contribution
The paper proposes a new recursive scheme for multigrid algorithms, defining -cycles that encompass V, F, and W cycles, and demonstrates their potential for improved efficiency in large problem solving.
Findings
-cycles include V, F, and W cycles as special cases.
Intermediate values can reduce run-time for certain problems.
A model predicts -cycle run-time, aiding in cycle selection.
Abstract
A new fixed (non-adaptive) recursive scheme for multigrid algorithms is introduced. Governed by a positive parameter called the cycle counter, this scheme generates a family of multigrid cycles dubbed -cycles. The well-known -cycle, -cycle, and -cycle are shown to be particular members of this rich -cycle family, which satisfies the property that the total number of recursive calls in a single cycle is a polynomial of degree in the number of levels of the cycle. This broadening of the scope of fixed multigrid cycles is shown to be potentially significant for the solution of some large problems on platforms, such as graphics processing units, where the overhead induced by numerous sequential calls to the coarser levels may be relatively significant. In cases of problems for which the convergence of standard -cycles or -cycles…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsParallel Computing and Optimization Techniques · Distributed and Parallel Computing Systems · Stochastic Gradient Optimization Techniques
