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 782 forks source link

Usage of optimized-routines functions #1020

Closed alvoron closed 1 year ago

alvoron commented 1 year ago

Just a question: are you going to use some optimized operations from optimized-routines repo? https://github.com/ARM-software/optimized-routines For instance, it contains cos function, that is not presented in Compute Library: https://github.com/ARM-software/optimized-routines/blob/master/math/cosf.c

morgolock commented 1 year ago

Hi @alvoron

Yes, see the two patches below, they were based on code from https://github.com/ARM-software/optimized-routines

See the following patches introducing the optimizations: https://review.mlplatform.org/c/ml/ComputeLibrary/+/8747 https://review.mlplatform.org/c/ml/ComputeLibrary/+/8833