espressif / esp-nn

Optimised Neural Network functions for Espressif chipsets
Apache License 2.0
125 stars 22 forks source link

Support for esp32c6 #10

Closed thedevleon closed 3 months ago

thedevleon commented 3 months ago

Is there support for the esp32c6 planned, or can the esp32c3 part be adapted to the esp32c6?

vikramdattu commented 3 months ago

Hi @thedevleon there are no restrictions on platforms. C optimisations for all other platforms except esp32s3(S3 has AI instructions used). As you've guessed, simply building for esp32c6 will get everything pulled up and running.