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

Fix C-contiguity of the backward pass of spatial_transformer_sampler #2676

Merged
merged 1 commit into from May 5, 2017

Conversation

yuyu2172
Copy link
Member

@yuyu2172 yuyu2172 commented May 1, 2017

Before calling cuDNN functions, arrays need to be C-Contiguous.
This was not enforced in the backward pass of the function, and this PR fixes that problem.

@unnonouno unnonouno merged commit b202784 into chainer:master May 5, 2017
@unnonouno
Copy link
Member

LGTM

@unnonouno unnonouno added the cat:bug Bug report or fix. label May 5, 2017
@yuyu2172 yuyu2172 deleted the spatial-backward-contigu branch May 5, 2017 11:47
@beam2d beam2d added this to the v1.24.0 milestone May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cat:bug Bug report or fix.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants