| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I've just started working on programming models for many-core machines, and was wondering what the state of the art in terms of parallelization of serial code is. I'm most interested in SIMD vectorization right now... does anyone have a point to articles, websites, research etc on this topic? Thanks! Neal |
|
#2
| |||
| |||
| On Jul 4, 2:52 am, Neal <nealcr...@gmail.com> wrote: > I've just started working on programming models for many-core many-core = MIMD and not SIMD > machines, and was wondering what the state of the art in terms of the state of the art is somewhat dated. > parallelization of serial code is. I'm most interested in SIMD > vectorization right now... does anyone have a point to articles, > websites, research etc on this topic? Thanks! > http://portal.acm.org/citation.cfm?id=30396 this book describes how one can create a hypothetical architecture of processors -optimized for certain algorithms eg kalman filters/fast fourier transforms etc.. you can use the same thing in reverse fashion to decompose a program into fragments that execute on different processors in an SIMD machine. regards -kamal |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.