enum dnnl::sycl_interop::memory_kind#
Overview#
Memory allocation kind. More…
#include <dnnl_sycl.hpp> enum memory_kind { usm = dnnl_sycl_interop_usm, buffer = dnnl_sycl_interop_buffer, };
Detailed Documentation#
Memory allocation kind.
Enum Values#
usm
USM (device, shared, host, or unknown) memory allocation kind - default.
buffer
Buffer memory allocation kind.