Skip to content

Commit d1262e5

Browse files
authored
FPGA: Fix SVD N6001 target reference
1 parent 2b7b36a commit d1262e5

File tree

1 file changed

+7
-7
lines changed
  • DirectProgramming/C++SYCL_FPGA/ReferenceDesigns/svd

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,11 @@ Performance results are based on testing as of September 12, 2024 with fixed 55
6767

6868
> **Note**: Refer to the [Performance Disclaimers](/DirectProgramming/C++SYCL_FPGA/README.md#performance-disclaimers) section for important performance information.
6969
70-
| Device | Input size (Rows x Cols) | Throughput |
71-
|-----------------------------|--------------------------|----------------|
72-
| Silicom FPGA SmartNIC N6011 | 32 x 32 | 987 matrices/s |
73-
| Silicom FPGA SmartNIC N6011 | 128 x 32 | 560 matrices/s |
74-
| Silicom FPGA SmartNIC N6011 | 128 x 16 | 1531 matrices/s|
70+
| Device | Input size (Rows x Cols) | Throughput |
71+
|-------------------------------|--------------------------|----------------|
72+
| Intel® FPGA SmartNIC N6001-PL | 32 x 32 | 987 matrices/s |
73+
| Intel® FPGA SmartNIC N6001-PL | 128 x 32 | 560 matrices/s |
74+
| Intel® FPGA SmartNIC N6001-PL | 128 x 16 | 1531 matrices/s|
7575

7676
## Key Implementation Details
7777
This SVD design consists of 4 computation kernels, as well as several memory access kernels to handle input and output. These kernels are connected through inter-kernel pipes and input/output through unified shared memory (USM).
@@ -342,7 +342,7 @@ Since the singular vectors in $U$ and $V$ are non-unique, their correctness are
342342
343343
## Example Output
344344
345-
Example Output when running on the **Silicom FPGA SmartNIC N6011**.
345+
Example Output when running on the **Intel® FPGA SmartNIC N6001-PL**.
346346
347347
```
348348
Running on device: ofs_n6001 : Intel OFS Platform (ofs_ee00000)
@@ -361,4 +361,4 @@ PASSED
361361
362362
Code samples are licensed under the MIT license. See [License.txt](/License.txt) for details.
363363
364-
Third party program Licenses can be found here: [third-party-programs.txt](/third-party-programs.txt).
364+
Third party program Licenses can be found here: [third-party-programs.txt](/third-party-programs.txt).

0 commit comments

Comments
 (0)