Skip to content

Commit

Permalink
[DOCS] D3D11 surface sharing support (openvinotoolkit#26744)
Browse files Browse the repository at this point in the history
Adding info on support for sharing of D3D11 surfaces in `Remote Tensor
API of GPU Plugin`. Addressing JIRA Ticket: 120077
  • Loading branch information
sgolebiewski-intel authored Sep 23, 2024
1 parent 6185b55 commit cda1cbd
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,11 @@ pointers or the ``VASurfaceID`` handle, as shown in the examples below:
infer_request.wait();
.. important::

Currently, only sharing of D3D11 surfaces is supported via the
`cl_intel_d3d11_nv12_media_sharing <https://github.com/KhronosGroup/OpenCL-Registry/blob/main/extensions/intel/cl_intel_d3d11_nv12_media_sharing.txt>`__
extension, which provides interoperability between OpenCL and DirectX.


Direct NV12 Video Surface Input
Expand Down

0 comments on commit cda1cbd

Please sign in to comment.