ARM-software / ComputeLibrary

The Compute Library is a set of computer vision and machine learning functions optimised for both Arm CPUs and GPUs using SIMD technologies.
2.87k stars 783 forks source link

Patch for building #960

Closed lucabarsellotti closed 2 years ago

lucabarsellotti commented 2 years ago

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".

morgolock commented 2 years ago

Hi @lucabarsellotti

Thanks for your contribution!

Please see https://arm-software.github.io/ComputeLibrary/latest/contribution_guidelines.xhtml#S5_2_how_to_submit_a_patch

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