Conversation
|
cc @csarofeen (author of the kernels) |
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
Can we get a billing of changes? |
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
Summary of changes:
|
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
aten/src/ATen/native/cuda/RNN.cu
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
torch/nn/_functions/rnn.py
Outdated
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
This comment was marked as off-topic.
This comment was marked as off-topic.
Sorry, something went wrong.
|
This all seems basically fine. I didn't approve it yet because I want docs on |
facebook-github-bot
left a comment
There was a problem hiding this comment.
apaszke has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: As in the title. I also did a small refactor that let us loose almost 400 loc. This is a first step in moving the RNN code to C++. Pull Request resolved: pytorch/pytorch#10305 Reviewed By: ezyang Differential Revision: D9196227 Pulled By: apaszke fbshipit-source-id: 54da905519aade29baa63ab1774a3ee1db5663ba
Summary: As in the title. I also did a small refactor that let us loose almost 400 loc. This is a first step in moving the RNN code to C++. Pull Request resolved: pytorch#10305 Reviewed By: ezyang Differential Revision: D9196227 Pulled By: apaszke fbshipit-source-id: 54da905519aade29baa63ab1774a3ee1db5663ba
As in the title. I also did a small refactor that let us loose almost 400 loc. This is a first step in moving the RNN code to C++.