]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/history - src/complexmat.cu
Fix CUDA kernel bounds
[hercules2020/kcf.git] / src / complexmat.cu
2018-10-04 Michal SojkaFix CUDA kernel bounds
2018-10-04 Michal SojkaSimplify other ComplexMat CUDA methods
2018-10-04 Michal SojkaFix and simplify CUDA version of ComplexMat::sqr_norm
2018-10-02 Michal SojkaAdd CUDA implementation for sum_channels
2018-10-02 Michal SojkaUnify CPU and GPU implementations of ComplexMat
2018-09-30 Michal Sojkacomplexmat.cu: Remove unused member foreign_data
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-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-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...