Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / GPGPU

GPGPU

GPGPU

Great Reads

by Nick Kopp
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
by Kerem Kat
Compile and run CUDA 3.2 projects from VS2010 in 9 easy steps
by Asif Bahrainwala
HPC via Compute Shaders (GPGPU).
by tugrulGtx
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.

Latest Articles

by Nick Kopp
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
by Kerem Kat
Compile and run CUDA 3.2 projects from VS2010 in 9 easy steps
by Asif Bahrainwala
HPC via Compute Shaders (GPGPU).
by tugrulGtx
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.

All Articles

Sort by Score

GPGPU 

by Adnan Boz
In this blog post, I’m diving deeper into Thrust usage scenarios with a simple implementation of Monte Carlo Simulation.
by Adnan Boz
Massively Parallel Random Nunber Generation using CUDA C, Thrust and C#