- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I see this article http://software.intel.com/en-us/articles/media-sdk-tutorial-workload-analysis-and-benchmarking
Seems like asynchronous operation via task management can improved the performance , which is quite interesting.
my question is , is it possible to implement asynchronous VPP operation , by not calling SyncOperation() until it is necessary ?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hendrik,
Right, the VPP tutorial sample can be made asynchronous using the same method as was used for the encode sample. Making such modification will give you improved performance. We cannot cover all permutations in our samples, but feel free to extend the samples yourself for your needs.
Regards,
Petter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Petter ,
Thanks for your kind reply.
I have modified the VPP Tutorial Sample into the asynchronous mode.
it works on the DX9 version.
When I try the DX11 version (simple_vpp_d3d11.sln) , the output is green color frame (Y U and V all zero).
this is actually the same issue as I am asking in previous thread (http://software.intel.com/en-us/forums/topic/375035)
any suggestion ? I could provide you the code I that modified if you need it.
Thanks,
Hendrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hendrik,
The issue reported in (http://software.intel.com/en-us/forums/topic/375035) was resolved in the most recent update (18 April 2013) to the Media SDK tutorial samples. To download the latest package, go to bottom of the page at http://software.intel.com/en-us/forums/intel-media-sdk, and select "Download". Also make sure you use recent Intel Graphics driver from here: https://downloadcenter.intel.com/default.aspx. The most recent release is 15.31.3071.
Or is the issue only observed using your modified asynchronous VPP sample?
Regards,
Petter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Petter ,
update the intel graphics driver solved this issue. thanks.
I saw that all of Intel media SDK sample code, set the wait parameter of SyncOperation function into 60000ms ,
is it a recommended value ? or Could I set it to 5ms, 100ms or 1000 ms ?
One more question , I am just curious , under what condition the typical synchronous version of VPP could be faster than asynchronous version of VPP ?
thanks
Hendrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Hendrik,
SyncOperaton wait of 60000ms is purely arbitrary.You can set it to what ever value you want but keep in mind that if you set the interval to short, you run the risk of not letting the ongoing operation complete.
The asynchronous approach will always be faster than synchronous approach. But the benefit of async. for a individual session will decrease if you execute several VPP workloads concurrently, due to increased utilization of graphics resources.
Regards,
Petter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Petter for your kind reply
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page