Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[microTVM] Update support for ARMv7m intrinsic (#8990)
* [microTVM] Update support for ARMv7m intrinsic - Improved implementaion of gemm function for conv2d - Removed %4 restriction for channels - Added test case to verify SMLAD intrinsic speed acceleration Signed-off-by: Sergey Smirnov <Sergey@grovety.com> * [microTVM] Update support for ARMv7m intrinsic - Improved implementaion of gemm function for conv2d - Removed %4 restriction for channels - Added test case to verify SMLAD intrinsic speed acceleration Signed-off-by: Sergey Smirnov <Sergey@grovety.com> * Implemented discussed changes. * Removed unnecessary test files. * Formatting fixed. * Formatting fixed2. * Formatting fixed3. * Formatting fixed4. * Formatting fixed5. * Fixed test time result checking. * Check rebuild. * Formatting fixed. * Formatting fixed. * [microTVM] Update support for ARMv7m intrinsic - Improved implementaion of gemm function for conv2d - Removed %4 restriction for channels - Added test case to verify SMLAD intrinsic speed acceleration Signed-off-by: Sergey Smirnov <Sergey@grovety.com> * Implemented discussed changes. * Removed unnecessary test files. * Formatting fixed. * Formatting fixed2. * Formatting fixed3. * Formatting fixed4. * Formatting fixed5. * Fixed test time result checking. * Check rebuild. * Formatting fixed. * Issue 8717 Add schedule for depthwise_conv2d_nhwc * Resolve merge conflict. * Resolve merge conflicts. * Fixed formatting. * From Issue 8717// Fixed micro model library test. Checking size reduced to 16 bytes from 2466816. * From Issue 8717. Removed changes. * From Issue 8717. Fixed typo. * Fixed import. * Fixed import and method call. * Added QEMU testing comment. * Fixed ZEPHYR_BOARD usage. * Fixed tests. Removed issue 8717 changes. * Formatting fixed. * Removed test call from base_box_test.sh
- Loading branch information