Mapping dynamic programming onto modular linear systolic arrays (Q2365569): Difference between revisions

From MaRDI portal
Import240304020342 (talk | contribs)
Set profile property.
ReferenceBot (talk | contribs)
Changed an Item
 
Property / cites work
 
Property / cites work: Q3823726 / rank
 
Normal rank
Property / cites work
 
Property / cites work: A modular systolic linear array for gaussian elimination / rank
 
Normal rank
Property / cites work
 
Property / cites work: An incremental mechanical development of systolic solutions to the algebraic path problem / rank
 
Normal rank
Property / cites work
 
Property / cites work: Partitioned Matrix Algorithms for VLSI Arithmetic Systems / rank
 
Normal rank
Property / cites work
 
Property / cites work: Q4057549 / rank
 
Normal rank
Property / cites work
 
Property / cites work: Synthesizing linear array algorithms from nested FOR loop algorithms / rank
 
Normal rank
Property / cites work
 
Property / cites work: Synthesizing synchronous systems by static scheduling in space-time / rank
 
Normal rank
Property / cites work
 
Property / cites work: Computing transitive closure on systolic arrays of fixed size / rank
 
Normal rank
Property / cites work
 
Property / cites work: Dynamic programming on two-dimensional systolic arrays / rank
 
Normal rank
Property / cites work
 
Property / cites work: Partitioning and Mapping Algorithms into Fixed Size Systolic Arrays / rank
 
Normal rank
Property / cites work
 
Property / cites work: Dynamic programming on linear pipelines / rank
 
Normal rank
Property / cites work
 
Property / cites work: Mapping dynamic programming onto a linear systolic array / rank
 
Normal rank
Property / cites work
 
Property / cites work: Mapping Homogeneous Graphs on Linear Arrays / rank
 
Normal rank
Property / cites work
 
Property / cites work: Synthesis of an Optimal Family of Matrix Multiplication Algorithms on Linear Arrays / rank
 
Normal rank
Property / cites work
 
Property / cites work: The Parallel Recognition of Classes of Graphs / rank
 
Normal rank
Property / cites work
 
Property / cites work: The synthesis of control signals for one-dimensional systolic arrays / rank
 
Normal rank

Latest revision as of 17:59, 17 May 2024

scientific article
Language Label Description Also known as
English
Mapping dynamic programming onto modular linear systolic arrays
scientific article

    Statements

    Mapping dynamic programming onto modular linear systolic arrays (English)
    0 references
    0 references
    29 June 1993
    0 references
    The dynamic programming problem is to solve the following recurrence equation: given \[ \begin{multlined} w(i,j),\;1 \leq i<j \leq n \text{ and } c(i,i+1),\;1 \leq i<n, \\ \text{ compute } c(i,j)= w(i,j) +\min_{i<k<j}(c(i,k)+c(k,j)) \text{ for } 1\leq i<j \leq n+1.\end{multlined} \tag{1} \] This scheme can be used to solve many combinatorial optimization problems. The dynamic programming algorithm is one of those algorithms whose nonconstant dependencies are very difficult to replace with constant ones, because the calculations done by this algorithm depend recursively on previous results. All recent work on the subject tries to overcome the problem more or less formally. The dynamic programming is also one of several widely used problem-solving techniques in computer science and operations research. Parallel algorithms for these problems have been studied in the past, most of them being two-dimensional array algorithms. The weaknesses of all these (two-dimensional or linear) algorithms are that they are either nonmodular, some data must be initially stored in the array before their execution, each cell has a local memory of a bounded size, or at the end of their execution of solutions are stored in the array. The problem of designing modular linear systolic arrays for dynamic programming was raised by \textit{I. V. Ramakrishnan} and \textit{P.J. Varman} [Dynamic programming and transitive closure on linear pipelines, Proc. Int. Conf. Parallel Process 1984, 359- 364 (1984)]. In our work, we propose a novel systematic method for synthesizing linear systolic arrays from the equation (1). So, we derive a family of optimal and fully-pipelined modular linear systolic algorithms for dynamic programming problems. In many instances, modularity is an important feature of these algorithms. One may simply ad more processors to the array as the size of the problem increases. Each cell has a fixed amount of local storage \(\alpha\) and the time delay between two consecutive cells of the array is constant. The time complexity and the number of cells in our array tend to \(n^ 2+ O(n)\) and \(n^ 2/ \alpha+O(n)\), respectively, as \(\alpha\) increases. This represents the best known performance for such an algorithm.
    0 references
    0 references
    systolic algorithms
    0 references