Current parallelizing compilers treat WHILE loops and DO loops with conditional exits as sequential constructs because their iteration space is unknown. Motivated by the fact that these types of loops arise frequently in practice, wehave developed techniques that can be used to automatically transform them for parallel execution. We succeed in parallelizing loops involving linked lists traversals --- something that has not been done before. This is an important problem since linked list traversals arise frequently in loops with irregular access patterns, such as sparse matrix computations. The methods can even be applied to loops whose data dependence relations cannot be analyzed at compile-time. We outline a cost/performance analysis that ...
This work explores an unexpected application of Implicit Computational Complexity (ICC) to paralleli...
Modern computers will increasingly rely on parallelism to achieve high computation rates. Techniques...
In this paper, we survey loop parallelization algorithms, analyzing the dependence representations t...
Current parallelizing compilers treat while loops and do loops with conditional exits as sequential ...
Current parallelizing compilers treat while loops and do loops with conditional exits as sequential ...
While automatic parallelization of loops usually relies on compile-time analysis of data dependences...
This work leverages an original dependency analysis to parallelize loops regardless of their form i...
[[abstract]]The main function of parallelizing compilers is to analyze sequential programs, in parti...
Uncountable loops (such as while loops in C) and if-conditions are some of the most common construct...
Loops are the main source of parallelism in scientific programs. Hence, several techniques were dev...
Parallelizing compilers promise to exploit the parallelism available in a given program, particularl...
Current parallelizing compilers cannot identify a significant fraction of parallelizable loops becau...
Abstract—We propose a cooperation between the programmer, the compiler and the runtime system to ide...
Current parallelizing compilers cannot identify a significant fraction of parallelizable loops becau...
Over the past 20 years, increases in processor speed have dramatically outstripped performance incre...
This work explores an unexpected application of Implicit Computational Complexity (ICC) to paralleli...
Modern computers will increasingly rely on parallelism to achieve high computation rates. Techniques...
In this paper, we survey loop parallelization algorithms, analyzing the dependence representations t...
Current parallelizing compilers treat while loops and do loops with conditional exits as sequential ...
Current parallelizing compilers treat while loops and do loops with conditional exits as sequential ...
While automatic parallelization of loops usually relies on compile-time analysis of data dependences...
This work leverages an original dependency analysis to parallelize loops regardless of their form i...
[[abstract]]The main function of parallelizing compilers is to analyze sequential programs, in parti...
Uncountable loops (such as while loops in C) and if-conditions are some of the most common construct...
Loops are the main source of parallelism in scientific programs. Hence, several techniques were dev...
Parallelizing compilers promise to exploit the parallelism available in a given program, particularl...
Current parallelizing compilers cannot identify a significant fraction of parallelizable loops becau...
Abstract—We propose a cooperation between the programmer, the compiler and the runtime system to ide...
Current parallelizing compilers cannot identify a significant fraction of parallelizable loops becau...
Over the past 20 years, increases in processor speed have dramatically outstripped performance incre...
This work explores an unexpected application of Implicit Computational Complexity (ICC) to paralleli...
Modern computers will increasingly rely on parallelism to achieve high computation rates. Techniques...
In this paper, we survey loop parallelization algorithms, analyzing the dependence representations t...