mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
refactor: prework for setting preferred allocation method per platform
Related-To: NEO-7194 Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
5a16411e71
commit
c68c41c8c4
@@ -43,6 +43,10 @@ class HostPtrManager;
|
||||
class OsContext;
|
||||
class PrefetchManager;
|
||||
|
||||
enum class GfxMemoryAllocationMethod : uint32_t {
|
||||
UseUmdSystemPtr,
|
||||
AllocateByKmd
|
||||
};
|
||||
enum AllocationUsage {
|
||||
TEMPORARY_ALLOCATION,
|
||||
REUSABLE_ALLOCATION,
|
||||
|
||||
Reference in New Issue
Block a user