-
Hello, While working on an accessor property similar to It can be useful if the usage of the buffer is not the same between kernels. For instance, a first kernel can permute the values of the buffer, before the resulting values are processed sequentially by a second kernel. According to FPGA SDK for OpenCL Best Practices Guide having buffer data on QDR SDRAM would be more adapted for first kernel and on DDR SRAM for second kernel. That means a copy of the buffer from device to device should be scheduled between the execution of the two kernels. Is this case supported by the compiler yet ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Tagging @GarveyJoe. |
Beta Was this translation helpful? Give feedback.
-
Yes, this case is supported with the extra copy that you described. If you've seen any evidence to the contrary, please let me know so we can fix it. |
Beta Was this translation helpful? Give feedback.
Yes, this case is supported with the extra copy that you described. If you've seen any evidence to the contrary, please let me know so we can fix it.