Struct ov::intel_gpu::SharedBufferHandle#

struct SharedBufferHandle#

Platform OS memory handle for importing externally allocated memory into GPU plugin tensors. On Linux this is a DMA-BUF file descriptor (int). On Windows this is a DX12 shared NT HANDLE (void*).

Public Types

using value_type = void*#

DX12 shared NT HANDLE.