MLIR
21.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. More... | |
uint32_t | size {0} |
Size of a host memory in bytes. More... | |
Struct containing information regarding to a host memory buffer.
Definition at line 40 of file VulkanRuntime.h.
void* VulkanHostMemoryBuffer::ptr {nullptr} |
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.