This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C6678 OpenMP Library for Matrix operations

Other Parts Discussed in Thread: BIOSLINUXMCSDK

I'm working on image processing and I need a library for performing matrix multiplications. I know that Libflame have been ported recently on C6678. Where can I find it? Or where can I find an alternative library for matrix multiplications?

Best regards

Emanuele

  • Hi Emanuele

    I believe you can download libflame from http://z.cs.utexas.edu/wiki/flame.wiki/libflame.The libflame user guide at http://userweb.cs.utexas.edu/users/field/docs/libflame.pdf refers to the configuration option you need to provide "--enable-tidsp" to leverage it for C6678.

    I believe there were some efforts ongoing from UT Austin to optimize it further. Your best bet would be to email the UT Austin team at flame@cs.utexas.edu since they are working on developing and supporting this package.

    Btw, for image processing on C66xx, you might also find IMGLIB, which is part of MCSDK (http://www.ti.com/tool/bioslinuxmcsdk), to be useful.