Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Interop/Multi-GPU Setups

youaresoomeangooglem
293 Views

Hi,

while many of our customers have Intel GPUs, some also have additional dedicated graphics cards. 
Is it possible to use the decoding capabilities of the the dedicated GPUs (via DX11/DXVA) and process the resulting DX surfaces using
the MSDK VPP pipeline? Or is the VPP part of the MSDK restricted to Intel GPUs? 

Additionally, is it possible to transfer a DX surface from a dedicated GPU to the Intel CPU/GPU for accelerated encoding? What is the transfer cost involved?

Thanks alot!

Stephan

 

0 Kudos
1 Reply
Anthony_P_Intel
Employee
293 Views

Hi,

Media SDK uses D3D surfaces that are required to have been allocated on the Intel D3D Device.  For D3D11.1 (Windows 8+) You can use the Intel device for any operation (decode, VPP, encode) as long as these surfaces are supplied.  The MediaSDK also provides ability to system memory (at the cost of performance).

Other graphics adapters have similar expectation for surfaces they use.

Managing D3D surfaces between multiple graphics adapters is somewhat out of scope in this forum, but I suspect you can find some good information on this on other sites.  For example, a D3D game that wants to use both NVidia and AMD adapters at the same time would need to do this.

0 Kudos
Reply