author | Wendy Liang <jliang@xilinx.com> | |
Mon, 15 Aug 2016 22:39:56 +0000 (15:39 -0700) | ||
committer | Wendy Liang <jliang@xilinx.com> | |
Thu, 13 Oct 2016 05:01:48 +0000 (22:01 -0700) | ||
commit | 2f37b1bf16bb0101994b28bb7b5d739328e9ea34 | |
tree | 24af82b21b412a64aa84b2f0f9de0c4dd7b4312a | tree | snapshot (tar.xz tar.gz zip) |
parent | edb841ceb9f0e5b9240ba44227b99271b4b57232 | commit | diff |
Add matrix multiplication client demo application
This application is to generate random 6*6 matrices, send them
to the remote, and wait for the result, and then it will check
if the result is as expected.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
This application is to generate random 6*6 matrices, send them
to the remote, and wait for the result, and then it will check
if the result is as expected.
Signed-off-by: Wendy Liang <jliang@xilinx.com>
apps/matrix_multiply/matrix_multiply.c | [new file with mode: 0644] | blob |