jackgreen
New Contributor
5 years agoOpenCL 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...
- 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.