Skip to content

Commit beeeb1c

Browse files
authored
Remove outdated comment (#874)
1 parent 8662ee1 commit beeeb1c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/torchcodec/_core/DeviceInterface.h

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,6 @@
1717

1818
namespace facebook::torchcodec {
1919

20-
// Note that all these device functions should only be called if the device is
21-
// not a CPU device. CPU device functions are already implemented in the
22-
// SingleStreamDecoder implementation.
23-
// These functions should only be called from within an if block like this:
24-
// if (device.type() != torch::kCPU) {
25-
// deviceFunction(device, ...);
26-
// }
27-
2820
class DeviceInterface {
2921
public:
3022
DeviceInterface(const torch::Device& device) : device_(device) {}

0 commit comments

Comments
 (0)