Commit 2d972fa
[ET-VK][qconv2d][ez] Don't use im2col path for general convs
Pull Request resolved: pytorch#17393
This removes the dynamic dispatch logic in q8ta_conv2d() that selected between the im2col and general convolution paths. The function now unconditionally uses q8ta_conv2d_general(). This simplifies the dispatch since the im2col path selection will be handled upstream by the pattern matcher routing to specialized ops (q8ta_conv2d_pw, q8ta_conv2d_dw, etc.) instead of being decided at runtime.
ghstack-source-id: 341022577
@exported-using-ghexport
Differential Revision: [D93000164](https://our.internmc.facebook.com/intern/diff/D93000164/)1 parent 50fb245 commit 2d972fa
1 file changed
Lines changed: 1 addition & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
401 | 401 | | |
402 | 402 | | |
403 | 403 | | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
413 | | - | |
414 | | - | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
421 | | - | |
| 404 | + | |
422 | 405 | | |
423 | 406 | | |
424 | 407 | | |
| |||
0 commit comments