Can support multi-CPU or -GPU?
Open
- 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.