mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-15 13:01:45 +08:00
Describe ZEX_HOST_MEM_ALLOC_FLAG_USE_HOST_PTR flag
Signed-off-by: Lukasz Jobczyk <lukasz.jobczyk@intel.com>
This commit is contained in:

committed by
Compute-Runtime-Automation

parent
6bdc920d21
commit
fd99ea7259
@ -13,6 +13,10 @@
|
||||
|
||||
#include "level_zero/api/driver_experimental/public/zex_api.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
// It indicates that the application wants the L0 driver implementation to use
|
||||
// memory referenced by **ptr passed in `zeMemAllocHost` or `zeMemAllocShared`.
|
||||
// Can be set in `ze_host_mem_alloc_flags_t`.
|
||||
constexpr uint32_t ZEX_HOST_MEM_ALLOC_FLAG_USE_HOST_PTR = ZE_BIT(30);
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
Reference in New Issue
Block a user