Cuda FFT R2/R4/R8

Cuda FFT R2/R4/R8

Cuda FFT R2/R4/R8 When I was starting to learn with CUDA, our teacher told us to chooose an algorithm and implement it in CUDA for a semestral project. For me as beginner, everything seemed complicated as I had no idea how to code anything in CUDA. I would have...
CUDA Inclusive Scan

CUDA Inclusive Scan

My first class of CUDA programming was almost a nightmare ( I have fortunately enrolled spontaneously). I was excited to learn about GPGPU and was expecting to do some really cool stuff on GeForce cards within that semester. The truth however was, that we have spent...
CUDA Matrix Multiplication

CUDA Matrix Multiplication

Matrix to Matrix multiplication is a very popular algorithm to show the real performance of any Graphic card. This is by nature due to the fact that this operation is very costly in terms of computing performance as the amount of multiplications required scales with...