[FIX/FPGA] Add driver-assisted memcpy for workaround solution
authorDongju Chae <dongju.chae@samsung.com>
Fri, 7 Aug 2020 08:05:55 +0000 (17:05 +0900)
committer송욱/On-Device Lab(SR)/Staff Engineer/삼성전자 <wook16.song@samsung.com>
Tue, 18 Aug 2020 01:26:11 +0000 (10:26 +0900)
commit15eb629d84e48ec01d5e65cebfbf0cb7ee25d906
treeebf90ea27fc7211322fb6e1d0e291d2936fd6bb4
parente9e7b1e9ec0cfaca222a2296d4a6b07190645a08
[FIX/FPGA] Add driver-assisted memcpy for workaround solution

This patch adds driver-assisted memcpy for workaround solution.

In the current FPGA env, memcpy() between FPGAs makes bit-flip
for a certain memory regions. This workaround codes can avoid
this issue by driver-assisted codes.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
meson.build
meson_options.txt
src/core/ne-handler.cc
src/core/npu/NPUdrvAPI.h
src/core/npu/NPUdrvAPI_triv2.cc