Skip to content

Conversation

@SeanNaren
Copy link

Enables tensor core operations for RNNs. Checks for cudnn V7 and cuda 9 or above. Only supported on Volta cards (AWS P3's work!).

@soumith
Copy link
Contributor

soumith commented Oct 31, 2017

@pytorchbot test this please

@soumith soumith merged commit cf256ee into pytorch:master Nov 1, 2017
@soumith
Copy link
Contributor

soumith commented Nov 1, 2017

thanks Sean!

@SeanNaren SeanNaren deleted the rnn-volta branch November 1, 2017 10:19
@SeanNaren
Copy link
Author

SeanNaren commented Nov 1, 2017

Oh should probably mention, tensor core ops are only activated when handling matrix sizes that are multiples of 8 (make your hidden sizes multiples of 8)! I'm not sure where the best place to make this obvious is...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants