Linked by Amjith Ramanujam on Wed 19th Nov 2008 22:07 UTC, submitted by caffeine deprived
Permalink for comment 337795
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.




Member since:
2008-11-19
Cuda is much like C actually, and very easy to handle imo. The truly hard part is designing your algorithms to use the heavily distributed computational power, and memory access/control can be tricky (but that's true anything heh ^_^). You also cannot use device functions from the device, which effectively disable all recursive programming and a handful of usual algorithms.
Matlab has plugins for it too iirc, and it's so easy to set up, one shouldn't deprive himself of such resources 
But honestly the benefits are so great on some applications it's almost crazy. Check it out, almost everybody has a Geforce 8+ somewhere and Cuda is available on both Linux and Windows