|
// Self-contained SW->RGB conversion via libswscale. We do not delegate to |
|
// CpuDeviceInterface because its constructor and the createDeviceInterface |
We did not delegate the fallback to CPU device interface because torchcodec did not expose createDeviceInterface externally. This got fixed in:
Thus, we need to switch fallback to CPU device interface now.
CC: @eromomon
torchlib-xpu/packages/torchcodec-xpu/src/torchcodec_xpu/XpuDeviceInterface.cpp
Lines 372 to 373 in 3baad3c
We did not delegate the fallback to CPU device interface because torchcodec did not expose
createDeviceInterfaceexternally. This got fixed in:Thus, we need to switch fallback to CPU device interface now.
CC: @eromomon