MLIR  21.0.0git
Public Attributes | List of all members
VulkanHostMemoryBuffer Struct Reference

Struct containing information regarding to a host memory buffer. More...

#include "ExecutionEngine/VulkanRuntime.h"

Public Attributes

void * ptr {nullptr}
 Pointer to a host memory. More...
 
uint32_t size {0}
 Size of a host memory in bytes. More...
 

Detailed Description

Struct containing information regarding to a host memory buffer.

Definition at line 40 of file VulkanRuntime.h.

Member Data Documentation

◆ ptr

void* VulkanHostMemoryBuffer::ptr {nullptr}

Pointer to a host memory.

Definition at line 42 of file VulkanRuntime.h.

◆ size

uint32_t VulkanHostMemoryBuffer::size {0}

Size of a host memory in bytes.

Definition at line 44 of file VulkanRuntime.h.


The documentation for this struct was generated from the following file: