sipeed / MaixPy-v1

MicroPython for K210 RISC-V, let's play with edge AI easier
https://wiki.sipeed.com/maixpy
Other
1.68k stars 439 forks source link

[QUESTION] How to use all cores? #480

Open TheMrViper opened 1 year ago

TheMrViper commented 1 year ago

It seems like there is only one core used, or i miss something?

For example you proposed to @loboris contribute here, are you followed his method to use all cores, which is here ? In his realization, we can run two separate micropy instances, for each core, how i can do same with MaixPy? or be sure that all cores i used, or separate some logic between cores?

Thank you