Is there any low-level API to create my very own work-loads?
I am working with audio and MIDI. As well sound synthesis and mixing.
Can I use the Neural Engine to offload the CPU? I am especially interested in parallelism using threads.
My programming lanuage of choice is ANSI C and Objective C.
https://developer.apple.com/library/archive/documentation/Performance/Conceptual/vDSP_Programming_Guide/Introduction/Introduction.html
and
https://developer.apple.com/documentation/accelerate/veclib
The Neural Engine looks versatile.