decord icon indicating copy to clipboard operation
decord copied to clipboard

Can support multi-CPU or -GPU?

Open liuxianyi opened this issue 1 year ago • 1 comments

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))

liuxianyi avatar Jun 09 '23 08:06 liuxianyi

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))

I also want to konw it!

BinZhu-ece avatar Jul 29 '23 01:07 BinZhu-ece