.. _tut-gemv-06-routes-1: GEMV Tutorial 6: Routes and Fabric DSDs ======================================= Now that we've introduced multiple PEs into our program, instead of duplicating our GEMV problem between them, let's actually distribute the work for computing a single GEMV. Learning objectives ------------------- .. include:: objectives.rst Example overview ---------------- .. include:: overview.rst Writing the CSL --------------- .. include:: device-code.rst Writing the host code --------------------- .. include:: host-code.rst Compiling and running the program --------------------------------- .. include:: running.rst Exercises --------- .. include:: exercises.rst Next ---- Stay tuned for more tutorials!