mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
feature: Add support for memadvise with system preferred location
Related-To: NEO-7851 Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
996c261430
commit
5833d65bc0
@@ -69,6 +69,7 @@ enum class PreferredLocation : int16_t {
|
||||
System = 0,
|
||||
Device = 1,
|
||||
None = 2,
|
||||
Default = Device
|
||||
};
|
||||
|
||||
enum class PostSyncMode : uint32_t {
|
||||
|
||||
Reference in New Issue
Block a user