Skip to content

LCE on Raspberry Pi Zero (ARMv6) #620

Answered by lgeiger
nathankopp asked this question in Q&A
Discussion options

You must be logged in to vote

Does anyone know if there are any options to create optimized kernels for the ARM1176JZF to improve the speed of LCE on this processor?

We are definitely happy to accept PRs to add optimised kernels for ARMv6, however support for ARMv6 is currently not on our road map.

You could also try changing the following line to Register_BCONV_2D_OPT_INDIRECT_BGEMM which might be faster on the Pi Zero due to a more optimal portable kernel implementation:

return Register_BCONV_2D_OPT_BGEMM();

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@nathankopp
Comment options

Answer selected by nathankopp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants