Tool/software: TI C/C++ Compiler
We want to optimize the matrix multiplication speed on the C674x DSP. Does TI has any example talk about the floating matrix multiplication?
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.
Tool/software: TI C/C++ Compiler
We want to optimize the matrix multiplication speed on the C674x DSP. Does TI has any example talk about the floating matrix multiplication?
There is a good chance that DSPLIB already has a good implementation. If not, there is probably something close enough that you can start with.
For general tips on writing efficient code with the C6000 C compiler, please see this tutorial.
Thanks and regards,
-George