Skip to content

Commit

Permalink
Doc: link new tutorials and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
allyzhou authored and GitHub Enterprise committed Mar 21, 2024
1 parent 54fdc11 commit 6cc013d
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 1 deletion.
4 changes: 4 additions & 0 deletions AI_Engine_Development/AIE/Design_Tutorials/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ The <a href="../README.md">**README**</a> of AI Engine Development contains impo
<td align="center"><a href="./14-Bitonic-Sorting/">Bitonic SIMD Sorting on AI Engine for float Datatypes</a></td>
<td>This tutorial illustrates how to implement a Bitonic SIMD sorter on AI Engine in Versal for <code>float</code> data types. Two examples are given. First, a small example using N=16 demonstrates the concept and identifies strategies for vectorization & management of the vector register space. These ideas are then applied to a second larger example using N=1024. Profiling & throughput performance are compared to <code>std::sort()</code>.</td>
</tr>
<tr>
<td align="center"><a href="./15-farrow_filter/">Fractional Delay Farrow Filter</a></td>
<td>This Versal system example implements a variable fractional delay algorithm using the Farrow Filter structure and walks the user through common AI Engine design optimization techniques. The design uses both AI Engine and PL kernels working cooperatively. AI Engine elements are hand-coded using AIE API. PL elements are implemented using Vitis HLS. System integration in Vitis is managed using the new v++ Unified Command Line flow.</td>
</tr>
</table>


Expand Down
16 changes: 15 additions & 1 deletion AI_Engine_Development/AIE/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -670,11 +670,25 @@ These tutorials target the **VCK190** board. The table below lists the tutorials
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td align="center"><a href="./15-farrow_filter/">Fractional Delay Farrow Filter</a></td>
<td>Base</td>
<td>Linux</td>
<td> </td>
<td> </td>
<td>Data Movers</td>
<td>Yes</td>
<td>Yes</td>
<td> </td>
<td>Yes</td>
<td>Yes</td>
<td> </td>
<td> </td>
</tr>
</table>



<p class="sphinxhide" align="center"><sub>Copyright © 2020–2023 Advanced Micro Devices, Inc</sub></p>

<p class="sphinxhide" align="center"><sup><a href="https://www.amd.com/en/corporate/copyright">Terms and Conditions</a></sup></p>
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Vitis-Tutorials ChangeLog

## 2023.2_update (Mar. 22, 2024)
### New Tutorials
- AI_Engine_Development/AIE/Design_Tutorials/14-Bitonic-Sorting/
- AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter/

## 2023.2_update (Feb. 19, 2024)
### New Tutorials
- AI_Engine_Development/AIE-ML/Design_Tutorials/03-AIE-ML-lenet_tutorial/
Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,15 @@ To download a ZIP file of a specific branch, do one of the following:
<a href="./AI_Engine_Development/AIE/Design_Tutorials/12-IFFT64K-2D">64K IFFT Using 2D Architecture :new:</a>
</td>
</tr>
<tr>
<td height="24">
</td>
<td>
</td>
<td>
<a href="./AI_Engine_Development/AIE/Design_Tutorials/15-farrow_filter">Fractional Delay Farrow Filter :new:</a>
</td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 6cc013d

Please sign in to comment.