dmlc / dmlc/decord

Can support multi-CPU or -GPU?

Open
#266 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
2.5k
Forks
232
PR merge metrics
No merged PRs in 30d

Description

A very excellent tool, It can read videos conveniently like this.
```
vr = VideoReader(src_video_path, ctx=cpu(0))
```
but I want to use multi-CPU or -GPU to accelarate the progress. Can it support this?
```
vr = VideoReader(src_video_path, ctx=cpu(0, 1, 2))
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.