fix: use proper gmm resource type for uncache resources

when new coherency model

Resolves: NEO-9657
Signed-off-by: Katarzyna Cencelewska <katarzyna.cencelewska@intel.com>
This commit is contained in:
Katarzyna Cencelewska
2024-01-31 14:17:57 +00:00
committed by Compute-Runtime-Automation
parent 2cd00178e2
commit d0b009901c
9 changed files with 57 additions and 25 deletions

View File

@@ -121,4 +121,9 @@ bool ProductHelperHw<gfxProduct>::isCachingOnCpuAvailable() const {
return false;
}
template <>
bool ProductHelperHw<gfxProduct>::isNewCoherencyModelSupported() const {
return true;
}
} // namespace NEO