Forum Discussion
gustifix
New Contributor
2 years agoStratix 10 GX Dev Kit OpenCL: aocl diagnose error
Hello, In my previous post I got the Intel OpenCL BSP for Stratix 10 version 20.2 running on the Stratix 10 GX Dev Kit (part 1SG280HU2F50E2VG). After also adjusting the driver for Linux kernel 6.6, ...
aikeu
Regular Contributor
2 years agoHi gustifix,
oneAPI uses OpenCL under the hood, so ideally the flow should work by simply targeting the BSP for compile in the oneAPI copmiler. oneAPI compiler has a range of supported Quartus versions. Ensure the BSP version is in the range.
To target the BSP for compiler, use the -Xstarget=<path-to-bsp:board-variant> in the command.
Once compilation is done, the BSP must be installed (aocl install) and then the user can try running the application.
Thanks.
Regards,
Aik Eu