by Aenerine | Feb 17, 2015 | Blog Posts
Hi everybody, I was having some problems with my code recently,so I decided to create this short post about using Multidimensional FFTs. My application was using both CuFFT and FFTW 2D and 3D: cufftPlan2d(plan,Nx,Ny,type); cufftPlan3d(plan,Nx,Ny,Nz,type);...
by Aenerine | Jan 28, 2015 | Quick Posts
You have probably heard of it: GTX 970 Utilizes only 3,5GB ram, has problem with power management and while playing some games, you experience strange downfalls of FPS. So many problems that you definitely have to think about it for a while. Is this the reality, that...
by Aenerine | Nov 17, 2014 | Quick Posts
Hi, I was recently trying to produce a very simple DLL library under Visual Studio 2013. However I was never doing it before and thus I had some bugs in my code,which I would like to post about. At first the .DLL consists of 3 files total: .dll + .lib + .h So if you...
by Aenerine | Nov 1, 2014 | Quick Posts