Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Parallel Computing Platform: Overview and Future Directions
Oct 15, 2008 at 9:55 PMTruth is, Accelerator by now is far from being a potential concurrent for other GPGPU libraries such as CUDA.
Accelerator now just provides access to the ParallelArrays lib which just provide basic operations on arrays, and delayed computation. For basic operations it's great. But when you want to work on advanced GPGPU projects, it's not enough... You don't have enough control on what you're actually programming. While using Accelerator you actually have no idea of what's going on the GPU. I hope the next version will provide more low-level control.