We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca9469 commit 64a9ebdCopy full SHA for 64a9ebd
examples/basic_cuda_example.py
@@ -12,7 +12,7 @@
12
**Author**: `Ahmad Sharif <[email protected]>`__
13
14
TorchCodec can use Nvidia hardware to speed-up video decoding. This is called "CUDA Decoding".
15
-CUDA Decoding can be faster than CPU Decoding for the actual decoding step and for
+CUDA Decoding can be faster than CPU Decoding for the actual decoding step and also for
16
subsequent transform steps like scaling, cropping or rotating. This is because the decode step leaves
17
the decoded tensor in GPU memory so the GPU doesn't have to fetch from main memory before
18
running the transform steps. Encoded packets are often much smaller than decoded frames so
0 commit comments