Blog Articles
Massively Parallel RNG using CUDA C, Thrust and C#
On this post I will give you some simple examples how to use the massively parallel GPU on your computer to generate uniformly distibuted psuedo-random numbers.
Faster Sorting in C# by Utilizing GPU with NVIDIA CUDA
On this post I would like to give an entry level example how you can use NVIDIA CUDA technology to achieve better performance within C# with minimum possible amount of code.