]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/fft_cufft.cpp
Remove unnecessary calls to cudaStreamSynchronize()
[hercules2020/kcf.git] / src / fft_cufft.cpp
2018-10-12 Michal SojkaRemove unnecessary calls to cudaStreamSynchronize()
2018-10-11 Michal Sojkacufft: Use per-thread CUDA stream for cuBLAS calls
2018-10-08 Michal SojkaFix CUDA bugs that manifest themselves in BIG_BATCH...
2018-10-04 Michal SojkaAdd cudaStreamSynchronize after FFT
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-09-25 Michal SojkaCUDA: Set device flags before first cuda operation
2018-09-25 Michal SojkaSimplify cuFFT class
2018-09-21 Michal SojkaGet rid of warnings from the last commit
2018-09-21 Michal SojkaFix FFT functions to use the correct new Mat* types
2018-09-21 ShanigenCorrected plans in FFTW and CUFFT for big batch mode.
2018-09-21 Michal SojkaIntroduce new Mat types and use them in the code
2018-09-20 Michal SojkaUnify CUDA error handling
2018-09-20 Michal SojkaSimplify access to 3D Mat planes
2018-09-20 Michal Sojkacufft: Remove unused/unneeded stuff
2018-09-20 Michal Sojkacufft: Move scaling from gaussian_correlation to invers...
2018-09-20 Michal Sojkafft: Implement assertions in the base class
2018-09-20 Michal SojkaStart cleaning up cufft implementation
2018-09-20 Michal Sojka(Mat)DynMem updates and related changes
2018-09-20 Michal SojkaCUDA: Use per-thread default streams rather than explic...
2018-09-14 Michal SojkaFix indentation
2018-09-14 Michal SojkaRemove void statement
2018-09-14 Michal Sojkafft: Do not pass big_batch_mode as a parameter
2018-09-12 Michal SojkaMerge README update
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-07 ShanigenCUFFT now uses ThreadCtx and also pragmas from pragmas.h
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 ShanigenCUDA streams works
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 ShanigenKCF_Tracker::init now uses Scale_vars FFT API
2018-09-05 ShanigenCuFFT uses only inverse(Scale_vars & vars)
2018-09-05 ShanigenAll versions now use same FFT API
2018-09-05 ShanigenAdded CUFFT support
2018-09-05 ShanigenInitial commit to cuda-streams.
2018-09-05 ShanigenWork done so far on making Scale_var struct
2018-09-05 ShanigenInitial commit to cuda-streams.
2018-07-18 ShanigenMerge branch 'master' of https://github.com/Shanigen/kcf
2018-07-18 ShanigenAdded more verbose error message, when checking window...
2018-05-09 ShanigenChanged destructor of cuFFT to only destroy plans and...
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-16 ShanigenAdded safety check for image dimensions in cuFFT version.
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-28 ShanigenAdded custom allocator for vectors in ComplexMat when...
2018-03-26 ShanigenAdded cmake support for cufft, also copied fftw functio...
2018-03-26 ShanigencuFFT use preparation correction
2018-03-26 ShanigenPrepare using cuFFT