Click here to Skip to main content
15,890,336 members
Everything / GPGPU

GPGPU

GPGPU

Great Reads

by tugrulGtx
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
by Adnan Boz
In this blog post, I’m diving deeper into Thrust usage scenarios with a simple implementation of Monte Carlo Simulation.
by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels
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.

Latest Articles

by Excel-lent
This article shows how to compile and execute OpenCL code from VBA.
by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels
by tugrulGtx
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
by Ryan Scott White
an assembler/compiler for AMD’s GCN (Generation Core Next Architecture) Assembly Language

All Articles

Sort by Updated

GPGPU 

16 May 2022 by Excel-lent
This article shows how to compile and execute OpenCL code from VBA.
25 Apr 2022 by tugrulGtx
A small tool for writing various algorithms as if they were CUDA/OpenCL kernels
5 Oct 2017 by tugrulGtx
Multi-device OpenCL load balancer and pipeliner for C# in few lines of code.
17 Apr 2016 by Ryan Scott White
an assembler/compiler for AMD’s GCN (Generation Core Next Architecture) Assembly Language
16 Sep 2013 by Nick Kopp
How to get 30x performance increase for queries by using your Graphics Processing Unit (GPU) instead of LINQ and PLINQ.
16 Sep 2013 by Nick Kopp
Performing base64 encoding on a graphics processing unit using CUDAfy.NET (CUDA in .NET).
29 Jul 2013 by GLStarter
Dear Experts,I'm developing a CUDA application.But I'm getting a compilation error from nvcc."visual studio configuration file '(null)' could not be found why this error "I tried to compile the sample application provided in CUDA SDK. It also have the same errors.Please find the...
22 Feb 2013 by Asif Bahrainwala
HPC via Compute Shaders (GPGPU).
3 Dec 2012 by Ilya Suzdalnitski
Image processing basics on the GPU using OpenCL.NET.
13 Oct 2012 by Alesiani Marco
A Wave PDE simulation using GPGPU capabilities
10 Jul 2012 by Kerem Kat
Process webcam images on the CPU and GPU with OpenCV, CUDA and C++ AMP
16 May 2012 by Ron1202
I have cluster of 3 nodes and each node has a quad core cpu and a GPUwhy does the performance degrade when i increase number of mpi tasks. and cpu performs better than gpu when number of tasks are increased.Is it because of scheduling capability of cpus ? I am guessing that gpu...
17 Apr 2012 by lakshmirc
can any one give the link to the source code of des algorithm implemented in cuda...i also want rc4 implementation
9 Mar 2012 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...
12 Jan 2012 by kumok
I am trying to execute cuSVM (SVM implementation using CUDA) using mex file from matlab, but it gives following error in matlab,??? Unexpected Standard exception from MEX file.What() is: bad allocationAnd this error comes because of following statement from...
31 Dec 2011 by kumok
I have generated the cuSVMTrain.mexw32 file using Visual studio 2008 (using GPU emulator) and added in the matlab path as i wanted to use cuSVMTrain function in matlab code (matlab 2010b), but it gives me following error,Invalid MEX-file...
28 Nov 2011 by Adnan Boz
In this blog post, I’m diving deeper into Thrust usage scenarios with a simple implementation of Monte Carlo Simulation.
22 Sep 2011 by Adnan Boz
Massively Parallel Random Nunber Generation using CUDA C, Thrust and C#
11 May 2011 by Kerem Kat
Compile and run CUDA 3.2 projects from VS2010 in 9 easy steps
10 Jan 2011 by phoaivu
GPU Implementation of Extended Gaussian mixture model for Background Subtraction
4 Jan 2011 by skrzypol
I need code in CUDA RSA and DES.Please Help!!!
21 Dec 2010 by skrzypol
Right, I miss the source link.MD5 - done. Left RSA and DES.
21 Dec 2010 by E.F. Nijboer
Just search google, like "cuda md5" and you'll quickly get the best links with examples.http://majuric.org/software/cudamd5/[^]Good luck!
21 Dec 2010 by skrzypol
Hello everyone. I'm looking for this algorithm's RSA, MD5 and DES write in CUDA C.On the web there is only how to crack, break those algorithm's.I'm beginner in this type of programming so I need help.I need this algorithm's to finish my engineering work. My task is to collate...
17 Sep 2010 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.
8 Jul 2010 by pnolte64
This article helps make OpenCL™ easier to understand and implement.