|
MLIR 22.0.0git
|
Struct containing information regarding to a host memory buffer. More...
#include "ExecutionEngine/VulkanRuntime.h"
Public Attributes | |
| void * | ptr {nullptr} |
| Pointer to a host memory. | |
| uint32_t | size {0} |
| Size of a host memory in bytes. | |
Struct containing information regarding to a host memory buffer.
Definition at line 40 of file VulkanRuntime.h.
Pointer to a host memory.
Definition at line 42 of file VulkanRuntime.h.
| uint32_t VulkanHostMemoryBuffer::size {0} |
Size of a host memory in bytes.
Definition at line 44 of file VulkanRuntime.h.