Forum Discussion
Hi there, I found a similar problem with a solution as follow. Please check if you have the same condition.
Description
Due to a problem with the FPGA add-on for custom platforms in the Intel® oneAPI software version 2021.2, this error might be seen when compiling an Intel® Arria® 10 FPGA SYCL kernel using the flat flow:
Error: Unknown device part 10AX115S2F45I1SG
Resolution
A patch is available to fix this problem for the Intel® oneAPI software version 2021.2. Download and install zip/tarball from the following links:
The zip/tarball directory structure should be relative to the FPGA install directory (eg. /opt/intel/oneapi/compiler/2021.2.0/linux/lib/oclfpga).
- Set file ownership to root (chown -R root:root).
- Set file permissions
- chmod -R 755
- chmod -R g-s
This problem is fixed beginning with the Intel® Quartus® Prime Pro Edition Software version 21.2 and Intel® oneAPI software version 2021.3.
- locke2 years ago
New Contributor
Hi,
I know that patch and tried it already, but that doesn't change anything.
As I wrote initially, I have the same problem with newest 23.4 version. So it must be something else
But thanks anyway