Forum Discussion
Altera_Forum
Honored Contributor
9 years agoSpeed up data-transfer between Host and Device
Is there a way to speed up the data transfer between Host(ARM) and Device(CYCLONE V)? I need to load an uchar array of the size 672 x 2993 to the FPGA -> compute on this array -> get results fr...
Altera_Forum
Honored Contributor
8 years agoThank you guys ! In CV kit is very slowly BSP to upload data to ARM, this direct memory methods with CL_MEM_ALLOC_HOST_PTR makes working up to 3 times faster.