mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-30 01:35:20 +08:00
Add Local memory to MemoryPool
Change-Id: I908d4d99b53ed3ab959bbdc094cc1ae7bdfe2971 Signed-off-by: Zbigniew Zdanowicz <zbigniew.zdanowicz@intel.com>
This commit is contained in:
committed by
sys_ocldev
parent
3c1bb4a3f8
commit
b1d82cd87e
@@ -19,6 +19,7 @@ constexpr Type System64KBPages{2};
|
||||
constexpr Type System4KBPagesWith32BitGpuAddressing{3};
|
||||
constexpr Type System64KBPagesWith32BitGpuAddressing{4};
|
||||
constexpr Type SystemCpuInaccessible{5};
|
||||
constexpr Type LocalMemory{6};
|
||||
|
||||
inline bool isSystemMemoryPool(Type pool) {
|
||||
return pool == System4KBPages ||
|
||||
|
||||
Reference in New Issue
Block a user