Gian Marco Iodice
Gian Marco Iodice
Hi All :) I am playing with the SparkFun RedBoard Artemis Nano for my new tinyML book and I faced a problem when using the arm_mat_vec_mult_q15() function from the CMSIS-DSP...
- The prototype only works on Arm® CPUs with the i8mm and dotprod extensions
- Initial prototype to enable fp16 iGEMM with SME2 in conv2d
- Extend the script to cross-compile for Linux® - Add instructions to cross-compile for Linux®
- Pass -DENABLE_SME2_EXPERIMENTAL=ON at cmake configure time to enable the SME2 experimental mode - CMake cmd: cmake -DENABLE_SME2_EXPERIMENTAL=ON ..