]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/complexmat.cuh
complexmat.cu: Remove unused member foreign_data
[hercules2020/kcf.git] / src / complexmat.cuh
2018-09-30 Michal Sojkacomplexmat.cu: Remove unused member foreign_data
2018-09-25 Michal SojkaMove and rename cuda_error_check
2018-09-24 Michal SojkaFix CUFFT compilation
2018-09-20 Michal SojkaMove scale_track method from KCF to ThreadCtx
2018-09-20 Michal SojkaAdd convenience ComplexMat constructors + code updates
2018-09-20 Michal SojkaCUDA: Use per-thread default streams rather than explic...
2018-09-13 Michal SojkaDo not require ifdefs when using sqr_norm()
2018-09-12 Michal SojkaMerge README update
2018-09-11 Michal SojkaMerge branch 'cuda-streams'
2018-09-10 ShanigenCorrected warnings and errors in CUFFT version
2018-09-07 ShanigenChanged variables in ThreadCtx to uint
2018-09-07 ShanigenRevert "Removed obsolete method set_stream"
2018-09-07 ShanigenRemoved obsolete method set_stream
2018-09-07 ShanigenFormatted files with Clang Format.
2018-09-05 ShanigenWork done so far on CUDA streams
2018-07-26 ShanigenAddition of Scale_var structure.
2018-07-26 ShanigenCorrected mistake in CUFFT introduced with 8b28efcd5c93...
2018-04-23 ShanigenGaussian correlation for CUFFT version is now on GPU...
2018-04-19 ShanigenAddition of inverse_raw in ftt for preparition of full...
2018-04-19 ShanigenAdded check in complexmat to prevent double freeing...
2018-04-19 ShanigenAdded error cheking for CUDA API calls and CUDA kernels.
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...