So you think parallel programming is a drag, huh? "Let us recompile your app to take advantage of all those cores", says Intel. Plus heaps of other juicy new stuff.
“Our answer is CT: C stands for C++ based MPI and T stands for high throughput. So programmers can run C++ like scalar code, and our CT code will do everything that an experienced programmer will do like parallelisation and vectorisation.”
See Link for more ...
http://apcmag.com/we_can_transform_sing ... _intel.htm
We can transform single thread to multithread: Intel
Moderator: Ras
-
- Posts: 6363
- Joined: Mon Mar 13, 2006 2:34 pm
- Location: Acworth, GA
We can transform single thread to multithread: Intel
"Good decisions come from experience, and experience comes from bad decisions."
__________________________________________________________________
Ted Summers
__________________________________________________________________
Ted Summers
-
- Posts: 20943
- Joined: Mon Feb 27, 2006 7:30 pm
- Location: Birmingham, AL
Re: We can transform single thread to multithread: Intel
AdminX wrote:So you think parallel programming is a drag, huh? "Let us recompile your app to take advantage of all those cores", says Intel. Plus heaps of other juicy new stuff.
“Our answer is CT: C stands for C++ based MPI and T stands for high throughput. So programmers can run C++ like scalar code, and our CT code will do everything that an experienced programmer will do like parallelisation and vectorisation.”
See Link for more ...
http://apcmag.com/we_can_transform_sing ... _intel.htm
Doesn't work with chess programs unfortunately... In fact, it works for very few programs. Parallel programming is non-trivial...