Closed lucabarsellotti closed 2 years ago
Hi @lucabarsellotti
Thanks for your contribution!
You should submit your patch to the development repository: https://review.mlplatform.org/#/admin/projects/ml/ComputeLibrary
We do not take patches in github, here we publish snapshots of the dev repo for each release.
Don't hesitate to get in touch with us if you need assistance to submit your patch, please post any issues here: https://github.com/ARM-software/ComputeLibrary/issues
This patch solves the problems regarding the building on a Raspberry Pi 4 model B. "noexcept" is added to "Size3D.h" and to "Types.h" following the solution in https://github.com/ARM-software/ComputeLibrary/issues/948 whereas I slightly change "list.h" and "quantized.h" for a type mismatch error respectively at lines 154 and 174, which does not modify the behavior of the code. It is just an index defined as "int" instead of "unsigned int".