Skip to content

Commit bed2e9c

Browse files
authored
FPGA: Update README for code samples that are affected by crash (#2344)
Update the readme for the code samples that may crash with the 2024.2 release.
1 parent 4567468 commit bed2e9c

File tree

6 files changed

+18
-0
lines changed

6 files changed

+18
-0
lines changed

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/cholesky/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ You can also find more information about [troubleshooting build errors](/DirectP
5757
> When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.
5858
>
5959
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
60+
>
61+
> :warning: This code sample may fail to compile with the Intel® oneAPI DPC++/C++ Compiler 2024.2 due to a known bug which will be fixed in a patch. Information about the patch will be available on
62+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html
6063

6164
### Performance
6265

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/cholesky_inversion/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ You can also find more information about [troubleshooting build errors](/DirectP
7070
> When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.
7171
>
7272
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
73+
>
74+
> :warning: This code sample may fail to compile with the Intel® oneAPI DPC++/C++ Compiler 2024.2 due to a known bug which will be fixed in a patch. Information about the patch will be available on
75+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html
7376

7477
### Performance
7578

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/mvdr_beamforming/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ You can also find more information about [troubleshooting build errors](/DirectP
6262
> When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.
6363
>
6464
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
65+
>
66+
> :warning: This code sample may fail to compile with the Intel® oneAPI DPC++/C++ Compiler 2024.2 due to a known bug which will be fixed in a patch. Information about the patch will be available on
67+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html
6568

6669
## Key Implementation Details
6770

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/pca/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ You can also find more information about [troubleshooting build errors](/DirectP
5858
> When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.
5959
>
6060
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
61+
>
62+
> :warning: This code sample may fail to compile with the Intel® oneAPI DPC++/C++ Compiler 2024.2 due to a known bug which will be fixed in a patch. Information about the patch will be available on
63+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html
6164

6265
### Performance
6366

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/qrd/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ You can also find more information about [troubleshooting build errors](/DirectP
5757
> When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.
5858
>
5959
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
60+
>
61+
> :warning: This code sample may fail to compile with the Intel® oneAPI DPC++/C++ Compiler 2024.2 due to a known bug which will be fixed in a patch. Information about the patch will be available on
62+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html
6063

6164
### Performance
6265

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/qri/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ You can also find more information about [troubleshooting build errors](/DirectP
5757
> When using the hardware compile flow, Intel® Quartus® Prime Pro Edition must be installed and accessible through your PATH.
5858
>
5959
> :warning: Make sure you add the device files associated with the FPGA that you are targeting to your Intel® Quartus® Prime installation.
60+
>
61+
> :warning: This code sample may fail to compile with the Intel® oneAPI DPC++/C++ Compiler 2024.2 due to a known bug which will be fixed in a patch. Information about the patch will be available on
62+
https://www.intel.com/content/www/us/en/developer/tools/oneapi/fpga.html
6063

6164
## Key Implementation Details
6265

0 commit comments

Comments
 (0)