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
The calculation of padding size seems to be conflicted in the kernel registration and execution. In kernel registration, the padding size is calculated based on the effective kernel size (taking dilation into consideration), while in the execution part, it is calculated based on the real kernel size.
I don't know how much this will affect the performance, but the output result does change given different padding sizes when dilation is not 1 (has been tested).
The text was updated successfully, but these errors were encountered:
The calculation of padding size seems to be conflicted in the kernel registration and execution. In kernel registration, the padding size is calculated based on the effective kernel size (taking dilation into consideration), while in the execution part, it is calculated based on the real kernel size.
I don't know how much this will affect the performance, but the output result does change given different padding sizes when dilation is not 1 (has been tested).
The text was updated successfully, but these errors were encountered: