Add checks for default cache policy

Signed-off-by: Slawomir Milczarek <slawomir.milczarek@intel.com>
This commit is contained in:
Slawomir Milczarek
2021-02-16 22:58:32 +00:00
committed by Compute-Runtime-Automation
parent a23f211113
commit ef3678e005
9 changed files with 111 additions and 16 deletions

View File

@@ -13,10 +13,11 @@
namespace NEO {
enum class CacheRegion : uint16_t {
None = 0,
Default = 0,
Region1,
Region2,
Default = None
Count,
None = 0xFFFF
};
struct CacheInfo {