mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 06:49:52 +08:00
[5/n] Unified Shared Memory
- Add kernel support for host um allocations - During make resident call choose only appropriate resources for residency - change resource types to binary bit friendly values - enhance memory manager to only make resident compatible types Related-To: NEO-3148 Change-Id: Ic711a4425a0d8db151a335e0357440312dc09b7e Signed-off-by: Mrozek, Michal <michal.mrozek@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
cfdade26c2
commit
2e8e625024
@@ -62,7 +62,9 @@ class Kernel : public BaseObject<_cl_kernel> {
|
||||
};
|
||||
|
||||
struct UnifiedMemoryControls {
|
||||
uint32_t generateMask();
|
||||
bool indirectDeviceAllocationsAllowed = false;
|
||||
bool indirectHostAllocationsAllowed = false;
|
||||
};
|
||||
|
||||
typedef int32_t (Kernel::*KernelArgHandler)(uint32_t argIndex,
|
||||
|
||||
Reference in New Issue
Block a user