Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Padding size calculation issue #16

Open
SUZhaoyu opened this issue Dec 27, 2018 · 0 comments
Open

Padding size calculation issue #16

SUZhaoyu opened this issue Dec 27, 2018 · 0 comments

Comments

@SUZhaoyu
Copy link

SUZhaoyu commented Dec 27, 2018

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant