Parasol Compilers: Techniques for Reducing the Overhead of Run-time Parallelization
Parasol Compilers Group
Techniques for Reducing the Overhead of Run-time Parallelization

Techniques for Reducing the Overhead of Run-time Parallelization

Lawrence Rauchwerger, Hao Yu

Description

We applied two optimizations to remove redundant marks:

Aggregation Rules

In order to benefit more from reducing the redundant marks, we studied sparse applications which introduced the following problems for the original LRPD test whose shadow structures are conformable arrays:

For the case study, we classified sparse accesses across iterations into three categories:

Example Sparse Access Patterns

Since we used compressed shadow structures, the dependence analysis at run-time is slightly different from the LRPD test (which used conformable shadow arrays). This procedure was implemented and in our run-time parallelization library.

Run-Time Analysis Decision Tree


Experimental Results

The following table shows the performance improvement from reducing the redundant marks.

Program: Loop   Marking Point Reduction %     Speedup  
Ratio
Static Dynamic
  SPICE 2G6: BJT 91.3% 83.88% 1.461
  P3M: PP_do1100 50% 40.57% 1.538
  OCEAN: ftrvmt_do9109   50% 50% 1.209
  TFFT2: cfftz_do#1 55% 68.75% 1.686

Speedup Ratio = Execution Time of Loop w/out grouping / (... w/grouping)

By using linked-list shadow structures, we have obtained good performance for the BJT loop in SPICE 2G6.


Speedup for Extended PERFECT Input

Speedup for 256-bit Adder


Run-time Parallelization Optimization Techniques, Hao Yu, Lawrence Rauchwerger, In Wkshp. on Lang. and Comp. for Par. Comp. (LCPC), San Diego, CA, Aug 1999.
Proceedings(ps, pdf, abstract)

Techniques for Reducing the Overhead of Run-time Parallelization, Hao Yu, Lawrence Rauchwerger, In Int. Conf. Compiler Construction (CC), pp. 232, Berlin, Germany, Mar 2000.
Proceedings(ps, pdf, abstract)


Presentations

Techniques for Reducing the Overhead of Run-time Parallelization,
the 9th Int. Conference on Compiler Construction (CC'00), March 2000, Berlin, Germany.
by Lawrence Rauchwerger


Site Map