Forum Discussion

jackgreen's avatar
jackgreen
Icon for New Contributor rankNew Contributor
5 years ago
Solved

OpenCL FPGA: actual results differ from emulation results

Platform: DE10-nano soc, Intel FPGA SDK for OpenCL 18.1 I am designing a matrix multiplication kernel similar to this one: https://cnugteren.github.io/tutorial/pages/page8.html It uses 3D work i...
  • jackgreen's avatar
    5 years ago

    I got this problem solved. The access of local memory B_sub is out of range when loading value to it. It works well when I increase the size of B_sub.

    It's strange though the emulator didn't complain any run-time error.