enum dnnl_ocl_interop_memory_kind_t¶
Overview¶
Memory allocation kind. More…
#include <dnnl_ocl_types.h> enum dnnl_ocl_interop_memory_kind_t { dnnl_ocl_interop_usm, dnnl_ocl_interop_buffer, };
Detailed Documentation¶
Memory allocation kind.
Enum Values¶
dnnl_ocl_interop_usm
USM (device, shared, host, or unknown) memory allocation kind.
dnnl_ocl_interop_buffer
Buffer memory allocation kind - default.