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.

Data Races in libmfxhw64-s1.dll

Jiuxiang_Hu
Beginner
555 Views
Hi
I first tried to use Intel Inspector XE 2011 to optimize my C++ code. After run, it shows the following data Races errors from libmfxhw64-s1.dll (see the figure below). But our application runs well. My question is if these errors are real? Or some other reason. Should I skip them?
Thanks.
Jiuxiang
(sorry this picture upload twice)
41822-Data_race.pngdata race from libmfx64-s1.dll
0 Kudos
2 Replies
Petter_L_Intel
Employee
555 Views
Hi Jiuxiang,

You safely ignore the data races detected by Inspector that originates in the Media SDK DLL. These are likely Inspector reporting issues. We will explore this internally to see what can be done to improve the detection.

Regards,
Petter
0 Kudos
Jiuxiang_Hu
Beginner
555 Views
Hi Petter,
Thanks.
Jiuxiang
0 Kudos
Reply