Media (Intel® oneAPI 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 sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Data Races in libmfxhw64-s1.dll

Jiuxiang_Hu
Beginner
232 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
232 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
Jiuxiang_Hu
Beginner
232 Views
Hi Petter,
Thanks.
Jiuxiang
Reply