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

cuRAND support #1154

Merged
merged 4 commits into from
Jan 24, 2018
Merged

cuRAND support #1154

merged 4 commits into from
Jan 24, 2018

Conversation

neubig
Copy link
Contributor

@neubig neubig commented Dec 22, 2017

With help from @aterenin, I was able to get cuRAND support working. Things are looking good! Generating large numbers of random numbers on GPU is easily 60 times faster, and the results look correct.

This PR:

@aterenin
Copy link
Contributor

Looks good. Only remaining comment is that you should call curandDestroyGenerator in an appropriate destructor.

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.

Random variate generator improvements Dropout speed issues
2 participants