Overclock.net banner

[Phoronix]GCC To Receive Automatic Parallelization Support

332 Views 3 Replies 4 Participants Last post by  metala
Source

Quote:


IBM's Razya Ladelsky today outlined plans for providing automatic parallelization support within the GNU Compiler Collection. The Graphite Framework, which provides high-level loop optimizations based upon the polyhedral model, was merged for the forthcoming release of GCC 4.4 and it will be used eventually to provide some level of automatic parallelization support. Graphite will be combined with autopar, which is an automatic parallelization code generator based upon GOMP that in turn implements OpenMP.

Once all of the work is completed, GCC will then be able to optimize some loops into running in parallel, which will yield better performance on multi-core systems. More on Razya's automatic parallelization plans can be found in this mailing list message.

1 - 4 of 4 Posts
Quote:


Originally Posted by turbogeek
View Post

lol wut?

It makes basic multicore support much easier for programmers.
See less See more
  • Rep+
Reactions: 1
That's nice.
1 - 4 of 4 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top