Does not compile for esp32-s3 under idf 5.x

we are just trying to realize an application for classifying sound events on an ESP32-S3 platform. We try to compile the resulting C++ libraries on esp-idf V5.x (master) for target esp32-s3 but are3 thrown with a bunch of compiler errors.
We need latest idf version for support of ai acceleration (esp-dsp and esp-nn) on esp32-s3
Have you any plans to upgrade for latest espressif idf?

Hi @TeeVee,

We use IDF 4.4, so 5.x should not be needed for esp-dsp/nn. That being said, we do not support esp-nn acceleration on the S3 at this time.