Forum Discussion

NSriv2's avatar
NSriv2
Icon for New Contributor rankNew Contributor
7 years ago

Are DRAM accesses in the opencl code for FPGA executed in a non-blocking manner?

When we access memory in the opencl kernel like this: for (int i = 0; i < N; i++) ... = A[i] Are they executed in non-blocking manner? Meaning does the generated FSM wait for the memory load to...