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 Nick Kopp
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
by Asif Bahrainwala
HPC via Compute Shaders (GPGPU).
by tugrulGtx
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
by phoaivu
GPU Implementation of Extended Gaussian mixture model for Background Subtraction
by Ryan Scott White
an assembler/compiler for AMD’s GCN (Generation Core Next Architecture) Assembly Language
by Ilya Suzdalnitski
Image processing basics on the GPU using OpenCL.NET.
by Alesiani Marco
A Wave PDE simulation using GPGPU capabilities
by Nick Kopp
How to get 30x performance increase for queries by using your Graphics Processing Unit (GPU) instead of LINQ and PLINQ.
by Excel-lent
This article shows how to compile and execute OpenCL code from VBA.
by Kerem Kat
Process webcam images on the CPU and GPU with OpenCV, CUDA and C++ AMP
by pnolte64
This article helps make OpenCL™ easier to understand and implement.
by Adnan Boz
From spam filters to movie recommendation and face detection, nowadays machine learning algorithms are used everywhere to make the machine think for us. But, running these algorithms require high computation power and in most cases supercomputers. This is where the 500 core GPUs step in...
by manythreads
Curious about GPGPU programming? Read Rob Farber’s Massively Parallel Programming series. Learn how to get more from your CPU, GPU, APU, DSP, and more.
by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels