Related articles |
---|
NP-complete problem in automatic compiler parallelization? tjw@sas-sun.nersc.gov (1995-06-14) |
Re: NP-complete problem in automatic compiler parallelization? Martin.Jourdan@inria.fr (1995-06-26) |
Newsgroups: | comp.theory,comp.compilers |
From: | Martin.Jourdan@inria.fr (Martin Jourdan) |
Keywords: | theory, parallel |
Organization: | Projet Charme, INRIA, Rocquencourt, France |
References: | 95-06-069 |
Date: | Mon, 26 Jun 1995 08:53:24 GMT |
Status: | RO |
tjw@sas-sun.nersc.gov (Timothy Williams) wrote:
> I have heard of a proof having to do with compilers trying to
> automatically parallelize code with general dependencies. The gist was
> that there is an NP-complete problem somewhere in there, making
> prospects for automatic parallelization look bad.
I'm sorry I have no more precise information to offer, but I guess you
refer to the NP-completeness of the *exact* resolution of integer
[in]equation systems such as those that occur in automatic parallelization
(more precisely, dependence analysis of "array/loop" programs).
This will be here to stay, of course, but this does not mean that
automatic parallelization is infeasible. There are two approaches to
alleviate this NP-completeness problem:
- develop fast approximations (e.g., GCD test, Banerjee, etc.);
- use general-purpose, "expensive" algorithms (e.g. Fourier-Motzkin,
simplex) but enhance them with heuristics that work well (i.e., fast) for
the specific kind of systems that occur in automatic parallelization
(e.g., SUIF, Omega, the work by Jean-Claude Sogno in our group at INRIA).
The crux of the whole issue is how you define "good" or "reasonable"
automatic parallelization, given that the programmer has often much more
information about his program in his head than he cares to give the
compiler (e.g., bounds on some parameters, alias information, etc.).
Martin Jourdan
Action Charme, INRIA, Rocquencourt, France
Phone +33-1-39-63-54-35, fax +33-1-39-63-56-98, Martin.Jourdan@inria.fr
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.