]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/fft_cufft.h
Added DynMem class
[hercules2020/kcf.git] / src / fft_cufft.h
2018-09-07 ShanigenAdded DynMem class
2018-09-07 ShanigenCUFFT now uses ThreadCtx and also pragmas from pragmas.h
2018-09-05 ShanigenWork done so far on CUDA streams
2018-09-05 ShanigenBig batch mode now works for all versions
2018-09-05 ShanigenFFT does not take whole Scale_vars struct
2018-09-05 ShanigenRemove memory copying from host to device
2018-09-05 ShanigenSmaller FFT API
2018-09-05 ShanigenCuFFT uses only inverse(Scale_vars & vars)
2018-09-05 ShanigenAdded CUFFT support
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenAdded forward_raw function to ffts in preparation to...
2018-04-19 ShanigenCorrected small mistake with inverse raw in cufft.
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
2018-04-19 ShanigenRemoved unused cuda streams in cufft.
2018-04-16 Michal SojkaMerge branch 'master' of github.com:Shanigen/kcf
2018-04-10 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-04-10 ShanigenRemoved zero copy for complexmat now it is using normal...
2018-04-04 ShanigenCompleted implementation of cufft and complexmat cuda...
2018-03-26 ShanigenAdded compatibility for Opencv 3 in cuFFT.
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigenPrepare using cuFFT