Forum Discussion
EBERLAZARE_I_Intel
Regular Contributor
5 years agoHi,
Instead of trying to enable the CPU cache which does not guarantee the performance of moving your data, you could try and check the best practices in the optimizing memory access section to possibly improve the performance:
- jackgreen5 years ago
New Contributor
Thanks for your reply!
However, I am satisfied with the performance of the kernel right now. And I really want to optimize the process where data is transferred to and from the shared memory. It costs much more time than the kernel running.