- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am currently working on TC277 Aurix Microcontroller. I am trying to implement a neural network on the MCU where I need 3 cores working simultaneously to get output much faster. But I am not able to figure out how to do coding for such applications. I am using Aurix Development studio. Can anyone please help me with it?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The multi-core is not used for computation generally, which is the function of PPU or SPU, so far I have not known TC2xx for this application.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please give more details. what compute power you need for deep learning? Please refer to this page.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It's a 2700-parameter model GRU-based model and it is taking 5 ms to execute on a single core. But the available time to execute is 0.5 ms. So, I want to use all the 3 cores to reduce the time further.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The multi-core is not used for computation generally, which is the function of PPU or SPU, so far I have not known TC2xx for this application.