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 RNN tests on GPU #1473

Merged
merged 2 commits into from
Jan 22, 2021
Merged

Fix RNN tests on GPU #1473

merged 2 commits into from
Jan 22, 2021

Conversation

jeremiedb
Copy link
Contributor

Fix for RNN on CUDA, as discussed in #1367 .

@jeremiedb jeremiedb changed the title For RNN tests on GPU Fix RNN tests on GPU Jan 22, 2021
@jeremiedb
Copy link
Contributor Author

@DhairyaLGandhi Is it good for review?

@DhairyaLGandhi
Copy link
Member

I'm slightly confused by this, if the tests were passing all this while, then why did we not see the unexpected pass ... , and if they were indeed working we wouldn't have marked them broken.

bors try

bors bot added a commit that referenced this pull request Jan 22, 2021
@jeremiedb
Copy link
Contributor Author

They were not previously passing given the m̄[].cell[].Wi was to be changed to m̄[].cell.Wi.

@DhairyaLGandhi
Copy link
Member

Ah cool, sorry I missed that

@DhairyaLGandhi
Copy link
Member

bors try-

@DhairyaLGandhi
Copy link
Member

bors r+

bors bot added a commit that referenced this pull request Jan 22, 2021
1473: Fix RNN tests on GPU r=DhairyaLGandhi a=jeremiedb

Fix for RNN on CUDA, as discussed in #1367 .

Co-authored-by: jeremie.db <[email protected]>
@DhairyaLGandhi DhairyaLGandhi merged commit fca553d into FluxML:master Jan 22, 2021
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

Successfully merging this pull request may close these issues.

2 participants