Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 367 Bytes

File metadata and controls

12 lines (7 loc) · 367 Bytes

lib_dispatch Matrix Multiply Example

This example application demonstrates how to create a dispatch queue to parallelize the multiplication of two matrices.

Building & running the application

Run the following commands to build and run the mat_mul firmware:

$ cmake -B build
$ cmake --build build --target install
$ xrun --xscope bin/mat_mul.xe