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.

Worker threads number/affinity

OTorg
New Contributor III
396 Views

Consider, please, the ability to specify the affinity and/or number of worker threads during (parent) session initialization.
It will enable more efficient computational resources distribution in the following cases:
- imsdk-applications that have their own worker threads with high computational load;
- multiple processes using imsdk running in parallel;
- promote the use of only one particular NUMA-node (jointly with a custom BufferAllocator/FrameAllocator) by processors and memory.
Regards!

 

 

0 Kudos
1 Reply
Anthony_P_Intel
Employee
396 Views

Hi,

Thank you for the input.  I'll pass the request to architects.

Old versions of Media SDK had this feature, but it has been deprecated (see mfxInfoMFX:NumThread).  For multiple processes in parallel, the MFXJoinSession capability is useful.

0 Kudos
Reply