Commit 97d037e
ssjia
Update on "[ET-VK] Quantized Int8 Convolution"
See the below diff; this diff implements int8 quantized conv2d using the quantized linear layer introduced below.
Note that the current implementation doesn't yet support depthwise convs; a specialized implementation will need to be added for that.
Differential Revision: [D81330809](https://our.internmc.facebook.com/intern/diff/D81330809/)
[ghstack-poisoned]File tree
1 file changed
+4
-0
lines changed- backends/vulkan/runtime/graph/ops/impl
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
| 481 | + | |
| 482 | + | |
481 | 483 | | |
482 | 484 | | |
483 | 485 | | |
| |||
552 | 554 | | |
553 | 555 | | |
554 | 556 | | |
| 557 | + | |
| 558 | + | |
555 | 559 | | |
556 | 560 | | |
557 | 561 | | |
| |||
0 commit comments