-
Notifications
You must be signed in to change notification settings - Fork 64
[torchcodec] Add CUDA support to SimpleVideoDecoder #146
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
Conversation
This pull request was exported from Phabricator. Differential Revision: D60676983 |
This pull request was exported from Phabricator. Differential Revision: D60676983 |
Summary: Pull Request resolved: meta-pytorch#146 Add a device type to the SimpleVideoDecoder constructor that defaults to the CPU device. Use 1 CPU FFMPEG thread when using CUDA decoding because it seems to hurt performance to use multiple threads. We could expose thread_count in SimpleVideoDecoder in a subsequent diff if need be. Differential Revision: D60676983
19c098b
to
ff69a30
Compare
This pull request was exported from Phabricator. Differential Revision: D60676983 |
Summary: Pull Request resolved: meta-pytorch#146 Add a device type to the SimpleVideoDecoder constructor that defaults to the CPU device. Use 1 CPU FFMPEG thread when using CUDA decoding because it seems to hurt performance to use multiple threads. We could expose thread_count in SimpleVideoDecoder in a subsequent diff if need be. Differential Revision: D60676983
ff69a30
to
28022fc
Compare
This pull request was exported from Phabricator. Differential Revision: D60676983 |
Summary: Pull Request resolved: meta-pytorch#146 Add a device type to the SimpleVideoDecoder constructor that defaults to the CPU device. Use 1 CPU FFMPEG thread when using CUDA decoding because it seems to hurt performance to use multiple threads. We could expose thread_count in SimpleVideoDecoder in a subsequent diff if need be. Differential Revision: D60676983
28022fc
to
ba263aa
Compare
This pull request was exported from Phabricator. Differential Revision: D60676983 |
Summary: Pull Request resolved: meta-pytorch#146 Add a device type to the SimpleVideoDecoder constructor that defaults to the CPU device. Use 1 CPU FFMPEG thread when using CUDA decoding because it seems to hurt performance to use multiple threads. We could expose thread_count in SimpleVideoDecoder in a subsequent diff if need be. Reviewed By: scotts Differential Revision: D60676983
ba263aa
to
176cd80
Compare
Summary: Pull Request resolved: meta-pytorch#146 Add a device type to the SimpleVideoDecoder constructor that defaults to the CPU device. Use 1 CPU FFMPEG thread when using CUDA decoding because it seems to hurt performance to use multiple threads. We could expose thread_count in SimpleVideoDecoder in a subsequent diff if need be. Reviewed By: scotts Differential Revision: D60676983
This pull request was exported from Phabricator. Differential Revision: D60676983 |
176cd80
to
1ed8d45
Compare
This pull request has been merged in ec5e63a. |
This reverts commit ec5e63a.
Summary:
Add a device type to the SimpleVideoDecoder constructor that defaults to the CPU device.
Use 1 CPU FFMPEG thread when using CUDA decoding because it seems to hurt performance to use multiple threads.
We could expose thread_count in SimpleVideoDecoder in a subsequent diff if need be.
Differential Revision: D60676983