Hi,
We rely on it in Arm CPU pipelines. I see TopK only via CPPTopKV (arm_compute/runtime/CPP/functions/CPPTopKV.*, arm_compute/core/CPP/kernels/CPPTopKVKernel.*) and no NEON path in the current main branch (checked 2025-12-08).
Question: is a NEON (or other accelerated) TopK/TopKV already available in a private/dev branch or planned on your roadmap? If not, could you consider adding it?
Use case: detection/NMS post-processing; TopK is a visible CPU bottleneck.