Forum Discussion
Hi @Björne,
As mention the tool involved are Intel OpenCL, the product mention has been deprecated and are now on the best effort support only. Hence would recommended to move to the newer and similar tools Intel OneAPI.
To add on to the mention request, the clock frequency for openCL are set in the BSP, hence changing that is not recommended as that required a separate BSP customization flow. However if some reason the kernel code ar not able to run with the mention frequency, you can look into the OpenCL kernel clock generator, as mention in the link below:
Hope that clarify.
Best Wishes
BB
I'm not sure what you mean by reference design. The kernel I'm compiling is the one shown in the source code. The compile command I'm using is: aoc -bsp-flow=flat -seed=251 -parallel=16 -ffp-contract=fast -ffp-reassociate -clock=1000MHz -O3 test.cl where 251 is just some random number I picked.