onnxruntime
04386c92 - Add build option for ARM NCHWc kernels (#26171)

Commit
82 days ago
Add build option for ARM NCHWc kernels (#26171) ### Description Add a build option for new kernels introduced in https://github.com/microsoft/onnxruntime/pull/25580 ### Motivation and Context This enables building ORT with NCHWc ARM kernels. At the time of writing, it is turned OFF by default because its performance relative to "regular" NCHW kernels is not good at smaller thread counts. But its speed-up is non-negligible with higher thread counts on supporting ARM platforms. Once the gap is closed for smaller thread counts, it can be turned on by default. --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Author
Parents
Loading