Package at.dms.kjc.sir.lowering.partition.cache

Fuses filters in the stream graph while respecting instruction and data cache constraints.

See:
          Description

Class Summary
CachePartitioner  
 

Package at.dms.kjc.sir.lowering.partition.cache Description

Fuses filters in the stream graph while respecting instruction and data cache constraints. This package corresponds to the "cache aware fusion" algorithm described in Section 4.2 of this LCTES'05 paper.

While the code in this package evolved from the dynamic programming partitioner, the final algorithm utilized here is greedy.

See Also:
at.dms.kjc.cluster