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