CUDA QSWIFT Library with QR EigenValue solver

CUDA QSWIFT Library with QR EigenValue solver

When I was deciding which topic to use for my diploma thesis back at my university, there were several interesting topics. I ended up choosing “Suppression of photobleaching in Super-Resolution Optical Fluctuation Imaging using digital filtering.” which...
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...
Matlab Mex C++

Matlab Mex C++

Matlab Mex C++ Back then when I was I starting to learn CUDA, I used to verify some of the functionality by writing to text files and then reading it back to Matlab. As you can guess, this is not an extra efficient way to verify your algo and so it wasn’t long...