]> rtime.felk.cvut.cz Git - hercules2020/kcf.git/commit
Add simple CUDA memory manager
authorMichal Sojka <michal.sojka@cvut.cz>
Mon, 21 Jan 2019 23:59:32 +0000 (00:59 +0100)
committerMichal Sojka <michal.sojka@cvut.cz>
Mon, 21 Jan 2019 23:59:32 +0000 (00:59 +0100)
commit93502b823a0d73c5dd36f31261d4dd377ad09e08
treec659ca61217aa3b9a5c0870a0776cccadc22598c
parentd3aa615938af469e49894b4eaf7d5e3897cf7d5f
Add simple CUDA memory manager

Thanks to this, we avoid allocating CUDA host-mapped memory at runtime,
which acts as implicit sync point and slows down the execution.
src/dynmem.hpp