Linked by Thom Holwerda on Wed 11th Jun 2008 23:37 UTC
Thread beginning with comment 318279
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.




Member since:
2005-11-18
As far as I understand OpenCL is oriented at GPU-based acceleration. In the area of parallel processing a lot of interesting work is going on in the development community. For instance, OpenMP (supported by the latest gcc versions and Visual Studio) is being adopted steadily. I did not have time to try it extensively yet, but from a quick glance it seems to make parallelization over constructs like loops fairly easy. Other interesting work is carried out in parallelization of the C++ standard library, e.g. in GNU libstdc++.
Wrt. to OpenCL: I read some rumors that Apple wants OpenCL to become a standard, so with a bit of luck they will make the source available.