Related articles |
---|
How to parallel inner loop? steven.known@gmail.com (steven su) (2009-05-31) |
From: | steven su <steven.known@gmail.com> |
Newsgroups: | comp.compilers |
Date: | Sun, 31 May 2009 17:37:22 +0800 |
Organization: | Compilers Central |
Keywords: | analysis, optimize |
Posted-Date: | 31 May 2009 11:55:02 EDT |
Hello,
I am going to implement compiler phase to parallel inner loops of
perfectly loop nest. The method I used is construct a nonsingular
transforming matrix T, and then multiply distance dependenct matrix D.
My problem is how to generate matrix T? Could anyone comment on some
papers?
--steven
Return to the
comp.compilers page.
Search the
comp.compilers archives again.