Commit 8692bb2
authored
feat(pkg): compat.opencv windows dnn (fast_gemm) → dnn on all 3 platforms (#105)
* feat(pkg): compat.opencv windows dnn via built-in fast_gemm (mlas skipped — GAS .S not COFF-assemblable) → dnn on all 3 platforms
* fix: strip mlas sources (incl mlas_hgemm_stub, #includes mlas.h) on windows — mlas is skipped there, DNN uses fast_gemm
* tests: opencv-module-dnn stays linux+macOS (opencv-m module pkg not windows-enabled yet); compat opencv-dnn keeps windows (fast_gemm dnn — CI-passing)1 parent 3dd4175 commit 8692bb2
6 files changed
Lines changed: 808 additions & 100 deletions
File tree
- .github/workflows
- pkgs/c
- tests/examples
- opencv-dnn
- tests
- opencv-module-dnn
- tools/compat-opencv
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
60 | 68 | | |
61 | 69 | | |
62 | 70 | | |
| |||
0 commit comments