[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/bbcode.php on line 112: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4688: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4690: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4691: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
[phpBB Debug] PHP Warning: in file [ROOT]/includes/functions.php on line 4692: Cannot modify header information - headers already sent by (output started at [ROOT]/includes/functions.php:3823)
Parallella Community • View topic - matrix multiplication on parallella 16 core.
Page 1 of 1

matrix multiplication on parallella 16 core.

PostPosted: Wed Feb 03, 2016 7:49 am
by sriranjan
I want to buy a parallella board. I want to run my program which involves lot of matrix multiplication.How do I do it like yaniv showed in the video?
https://www.youtube.com/watch?v=DkctH7_tYSc
Could someone point me to the exact library and example code to do matrix multiplication on host and the parallella board. Right now my algo takes 120 ms and if I run all the matrix multiplications on the t16 core board, how fast will my program execute? Please let me know.

Re: matrix multiplication on parallella 16 core.

PostPosted: Wed Feb 03, 2016 9:25 pm
by ubii

Re: matrix multiplication on parallella 16 core.

PostPosted: Thu Feb 04, 2016 10:30 am
by sriranjan
Thanks I will try this.

Re: matrix multiplication on parallella 16 core.

PostPosted: Thu Feb 04, 2016 10:36 am
by sriranjan
Where is yaniv's example code. That example was like just one page. Could someone point me to yaniv's matrix multiplication code?

Re: matrix multiplication on parallella 16 core.

PostPosted: Thu Feb 04, 2016 10:42 am
by sriranjan

Re: matrix multiplication on parallella 16 core.

PostPosted: Thu Feb 04, 2016 1:54 pm
by sriranjan
How do I convert my code to work on the 16 core. Shall I download OpenMP and it might parallelize it?

Re: matrix multiplication on parallella 16 core.

PostPosted: Thu Feb 04, 2016 2:49 pm
by sriranjan

Re: matrix multiplication on parallella 16 core.

PostPosted: Thu Feb 04, 2016 6:05 pm
by ubii
I was not able to find the original matmul-16 on github, but listed below is the original white paper written by Yaniv, with a link to the source code.

http://www.adapteva.com/white-papers/sc ... -matrices/

Re: matrix multiplication on parallella 16 core.

PostPosted: Fri Feb 05, 2016 2:44 am
by sriranjan
So how do I port the rest of my code to fit on the parallella?