You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wonderful job porting standalone SDK code to rust. I'm quite new to rust and risc-v... So far I have tested 'dvp-ov' and 'k210-console' projects on my MaixBit board and it worked as expected.
I'm wondering if there is any WIP for KPU support in rust?
The text was updated successfully, but these errors were encountered:
I looked at KPU support (this is when I wrote https://github.com/laanwj/k210-sdk-stuff/blob/master/doc/kpu.md), however the problem is that I could not find any low-level example for the KPU. This would make porting and testing a lot easier than having to port the entire NN framework around it as well at the same time. Which is quite a lot of code!
Wonderful job porting standalone SDK code to rust. I'm quite new to rust and risc-v... So far I have tested 'dvp-ov' and 'k210-console' projects on my MaixBit board and it worked as expected.
I'm wondering if there is any WIP for KPU support in rust?
The text was updated successfully, but these errors were encountered: