Computational strength between C2000 CLA and CPU

5 ビュー (過去 30 日間)
hieu le
hieu le 2020 年 10 月 30 日
回答済み: Venkatesh Chilapur 2020 年 11 月 2 日
I'm using F28379D Ti LaunchPad for a system controller and computing Kalman Filter (which daw much computational cost). As you all know that TMSF28379D has 2 CPU and 2 CLA.
There are 2 options for me here. First is using CPU1 for controller and CPU2 for computing Kalman Filter. The second choise is using CPU1 for controller and CLA of CPU1 for computing Kalman Filter.
So, what is the better option here? In computational strength (specially in matrix computation), Which one is better, CLA or CPU?
Thank you!

回答 (1 件)

Venkatesh Chilapur
Venkatesh Chilapur 2020 年 11 月 2 日
Hi,
As we know CLA is a 32-bit floating point math accelerator. So any part of the algorithm that involves Math based computation can be implemented on CLA. This would run in parallel with CPU and helps increase the overall bandwidth of the CPU.
Use CLA if the same computation when done on CPU would significantly impact your system performance as CPU in general would handle periodic tasks, events and interrupts. So the choice depends on how much bandwidth you need on the CPU including current and future enhancements.
BOTTOM LINE:
If your processing on CPU is overrunning on your tasks, then use CLA to offload CPU.
Regards,
Venkatesh C

カテゴリ

Help Center および File ExchangeEmbedded Coder Supported Hardware についてさらに検索

製品


リリース

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by