-
### Feature description
Earlier this year there was a clear mention of the 2.0 version board, "scheduled to be released in May", and which appears to have received a rudimentary support as a target…
kelas updated
4 weeks ago
-
**Describe the bug**
I am trying to deploy a kmodel that's around 1MB to k210 but the model can't be loaded.
**To Reproduce**
Steps to reproduce the behavior:
```
from maix import KPU
kpu = KP…
-
c:/users/12345/appdata/roaming/risc-v-gcc-kendryte/8.3.0/bin/../lib/gcc/riscv-none-embed/8.3.0/../../../../riscv-none-embed/bin/ld.exe: build\extmods\cameras\cam_ov2640.o: in function `.LANCHOR3':
ca…
-
Chipyard now supports simulating two different vector units:
- Saturn (https://github.com/ucb-bar/saturn-vectors) supports full 1.0 RVV, with virtual memory, precise traps, and Zvfh/Zvbb
- Ara (ht…
-
### What happened
A vanilla canmv image built from sdk 1.4 works fine on 1.0 revision of the board (aka green pcb), but on 1.1 (brown pcb) i get a blank HDMI output (pink screen with occasional art…
kelas updated
4 months ago
-
Current versions of nncase are already generating kmodel v5 files, but it seems it's not yet supported by MaixPy - calling KPU.load on a v5 file seems to throw random errors (see #423 #426 and #433 fo…
-
### What happened
time.sleep_us() 无法达到us 延时,即使是100us,通过监测pin电压翻转,无论time.sleep_us(10)还是time.sleep_us(1000),其延时均固定为1ms
### Reproduction steps
from machine import Pin
from machine import FPIOA
…
-
I tried to compare the version of K210 SDK to the official verison(https://github.com/kendryte/kendryte-standalone-sdk),but I cloud not find which version like this,specially,such as spi.c .Or ,is t…
-
**Project Name and Description**:
The [SIMD Everywhere (`simde`) project](https://github.com/simd-everywhere/simde#simd-everywhere) provides implementations of 2,930 x86 intrinsics ([SSE, SSE2, SSE4…
-
### 🚀 The feature, motivation and pitch
# RVV support in PyTorch
We conducted performance tests on the RISC-V platform, comparing the performance of various models on `aarch64` and `riscv64` mac…