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
ToucheSir
changed the title
Depthwise convolutions lead to insane number of CPU allocations or GPU version broken
Type instabilities lead to insane number of CPU allocations on grouped convolutions
Jul 5, 2023
Here is the MWE
Result of above is run twice
Expected result ~70 CPU allocations, not 128400 CPU allocations, in a deeper network it puts considerable pressure on GC and kills performance.
I tried
depthwiseconv
in my code but it has another problem that it's not GPU friendly.So it's either making depathwiseconv GPU friendly or fixing insane allocations of
conv
.The text was updated successfully, but these errors were encountered: