Commit 40149b8
committed
Stop auto-routing aarch64 3x3 convs to the indirect path
The indirect convolution round-trips the c_out accumulator through memory
once per (tap, in-channel), so it loses to the blocked-GEMM im2col path for
any non-trivial channel count. Gate it on output channels, off by default;
YSCV_INDIRECT_MAX_COUT re-enables it for narrow convs.
A53 yolo11n (4 threads): 3.0s -> 1.1s, tracker unchanged.1 parent d6db7d6 commit 40149b8
1 file changed
Lines changed: 17 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
473 | 473 | | |
474 | 474 | | |
475 | 475 | | |
476 | | - | |
477 | | - | |
478 | | - | |
479 | | - | |
480 | | - | |
481 | | - | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
484 | 494 | | |
485 | 495 | | |
486 | 496 | | |
| |||
0 commit comments