mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
Add checks for default cache policy
Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
a23f211113
commit
ef3678e005
@@ -13,10 +13,11 @@
|
||||
namespace NEO {
|
||||
|
||||
enum class CacheRegion : uint16_t {
|
||||
None = 0,
|
||||
Default = 0,
|
||||
Region1,
|
||||
Region2,
|
||||
Default = None
|
||||
Count,
|
||||
None = 0xFFFF
|
||||
};
|
||||
|
||||
struct CacheInfo {
|
||||
|
||||
Reference in New Issue
Block a user