This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Commit 84b1626
bgawrych
oneDNN FullyConnected weight caching & refactor (#21047)
* FC weight and bias caching
* prepare output for sum
* check initialization conditions
* create output mem desc
* PrepareQuantization
* remove unused variables
* cleanup
* Enable BRGEMM
* Reorder functions
* make minmax enum anonymous
* node identificator & env flag
* fix sanity
* fix sanity
* apply review
* rename variable1 parent b713dc5 commit 84b1626
4 files changed
Lines changed: 401 additions & 308 deletions
File tree
- src/operator
- nn/dnnl
- subgraph/dnnl
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | 354 | | |
362 | 355 | | |
363 | 356 | | |
| |||
370 | 363 | | |
371 | 364 | | |
372 | 365 | | |
373 | | - | |
| 366 | + | |
374 | 367 | | |
375 | 368 | | |
376 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
550 | | - | |
| 550 | + | |
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
| |||
617 | 617 | | |
618 | 618 | | |
619 | 619 | | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
620 | 625 | | |
621 | 626 | | |
622 | 627 | | |
| |||
0 commit comments