You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Channel-wise tiling currently not supported by Conv2D DW
Group parameter currently not supported by regular Conv2D kernel
Describe the solution you'd like
Analyze whether it would make sense to merge the 2 kernels (regular and DW) into a single one, as it is handled in PyTorch, or keep them separate and make the necessary changes in the kernels, tile constraints, and bindings
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered