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.
MIT License
2.75k stars 767 forks source link

Performance in NCHW layout operations #1088

Closed allnes closed 4 months ago

allnes commented 5 months ago

Hello!

I saw that you write about NCHW to NHWC transfer.

Screenshot 2024-01-29 at 14 15 16

Could you provide list of layers in next release which will be affected?

morgolock commented 5 months ago

Hi @allnes

There won't be any layers affected in 24.02. This deprecation notice is an advanced warning about our decision to focus the development efforts on NHWC in the future releases. In order to get the best performance it's better to use NHWC.

Hope this helps.