Skip to content

Commit 8b40cfc

Browse files
FPGA: pull the fft2d sample out of 2024.2 (#2355)
This sample exposes an issue that results in incorrect results out of an FPGA run using 2024.2. It is unclear at this time if the issue in coming from the compiler, the runtime, the BSP or the hardware. The sample is being pulled out until the root cause has been understood.
1 parent 2cf895a commit 8b40cfc

File tree

7 files changed

+0
-1829
lines changed

7 files changed

+0
-1829
lines changed

DirectProgramming/C++SYCL_FPGA/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,6 @@ All the Tier 4 samples are in the [ReferenceDesigns](ReferenceDesigns) category.
181181
| [crr](ReferenceDesigns/crr) | How to implement the Cox-Ross-Rubinstein (CRR) binomial tree model on a FPGA
182182
| [db](ReferenceDesigns/db) | How to accelerate database queries using an FPGA
183183
| [decompress](ReferenceDesigns/decompress) | How to implement an efficient GZIP and Snappy decompression engine on a FPGA
184-
| [fft2d](ReferenceDesigns/fft2d) | How to implement an efficient 2D FFT on a FPGA
185184
| [gzip](ReferenceDesigns/gzip) | How to implement a high-performance multi-engine compression algorithm on FPGA
186185
| [matmul](ReferenceDesigns/matmul) | How to implement a systolic-array-based high-performance matrix multiplication algorithm on FPGA
187186
| [merge_sort](ReferenceDesigns/merge_sort) | How to use the spatial compute of the FPGA to create a merge sort design that takes advantage of thread- and SIMD-level parallelism

DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/fft2d/CMakeLists.txt

Lines changed: 0 additions & 332 deletions
This file was deleted.

0 commit comments

Comments
 (0)